BnsNamesOwnByAddressResponse

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
Names[]string

Methods

NewBnsNamesOwnByAddressResponse

func NewBnsNamesOwnByAddressResponse(names []string, ) *BnsNamesOwnByAddressResponse

NewBnsNamesOwnByAddressResponse instantiates a new BnsNamesOwnByAddressResponse 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

NewBnsNamesOwnByAddressResponseWithDefaults

func NewBnsNamesOwnByAddressResponseWithDefaults() *BnsNamesOwnByAddressResponse

NewBnsNamesOwnByAddressResponseWithDefaults instantiates a new BnsNamesOwnByAddressResponse 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

GetNames

func (o *BnsNamesOwnByAddressResponse) GetNames() []string

GetNames returns the Names field if non-nil, zero value otherwise.

GetNamesOk

func (o *BnsNamesOwnByAddressResponse) GetNamesOk() (*[]string, bool)

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

SetNames

func (o *BnsNamesOwnByAddressResponse) SetNames(v []string)

SetNames sets Names field to given value.

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