NumberRegistrationResult
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RegistrationResultList | Pointer to []TelephoneNumberWithStatusVO | The list of registration result. | [optional] |
Methods
NewNumberRegistrationResult
func NewNumberRegistrationResult() *NumberRegistrationResult
NewNumberRegistrationResult instantiates a new NumberRegistrationResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewNumberRegistrationResultWithDefaults
func NewNumberRegistrationResultWithDefaults() *NumberRegistrationResult
NewNumberRegistrationResultWithDefaults instantiates a new NumberRegistrationResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
GetRegistrationResultList
func (o *NumberRegistrationResult) GetRegistrationResultList() []TelephoneNumberWithStatusVO
GetRegistrationResultList returns the RegistrationResultList field if non-nil, zero value otherwise.
GetRegistrationResultListOk
func (o *NumberRegistrationResult) GetRegistrationResultListOk() (*[]TelephoneNumberWithStatusVO, bool)
GetRegistrationResultListOk returns a tuple with the RegistrationResultList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRegistrationResultList
func (o *NumberRegistrationResult) SetRegistrationResultList(v []TelephoneNumberWithStatusVO)
SetRegistrationResultList sets RegistrationResultList field to given value.
HasRegistrationResultList
func (o *NumberRegistrationResult) HasRegistrationResultList() bool
HasRegistrationResultList returns a boolean if a field has been set.