Skip to content

BindNumberList

Properties

Name Type Description Notes
BindNumberList []TelephoneNumberWithoutStatusOpenApiVO The list of telephone number without status.

Methods

NewBindNumberList

func NewBindNumberList(bindNumberList []TelephoneNumberWithoutStatusOpenApiVO, ) *BindNumberList

NewBindNumberList instantiates a new BindNumberList 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

NewBindNumberListWithDefaults

func NewBindNumberListWithDefaults() *BindNumberList

NewBindNumberListWithDefaults instantiates a new BindNumberList 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

GetBindNumberList

func (o *BindNumberList) GetBindNumberList() []TelephoneNumberWithoutStatusOpenApiVO

GetBindNumberList returns the BindNumberList field if non-nil, zero value otherwise.

GetBindNumberListOk

func (o *BindNumberList) GetBindNumberListOk() (*[]TelephoneNumberWithoutStatusOpenApiVO, bool)

GetBindNumberListOk returns a tuple with the BindNumberList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBindNumberList

func (o *BindNumberList) SetBindNumberList(v []TelephoneNumberWithoutStatusOpenApiVO)

SetBindNumberList sets BindNumberList field to given value.

[Back to Model list] [Back to API list] [Back to README]