BnsGetAllNamespacesResponse

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
Namespaces[]string

Methods

NewBnsGetAllNamespacesResponse

func NewBnsGetAllNamespacesResponse(namespaces []string, ) *BnsGetAllNamespacesResponse

NewBnsGetAllNamespacesResponse instantiates a new BnsGetAllNamespacesResponse 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

NewBnsGetAllNamespacesResponseWithDefaults

func NewBnsGetAllNamespacesResponseWithDefaults() *BnsGetAllNamespacesResponse

NewBnsGetAllNamespacesResponseWithDefaults instantiates a new BnsGetAllNamespacesResponse 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

GetNamespaces

func (o *BnsGetAllNamespacesResponse) GetNamespaces() []string

GetNamespaces returns the Namespaces field if non-nil, zero value otherwise.

GetNamespacesOk

func (o *BnsGetAllNamespacesResponse) GetNamespacesOk() (*[]string, bool)

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

SetNamespaces

func (o *BnsGetAllNamespacesResponse) SetNamespaces(v []string)

SetNamespaces sets Namespaces field to given value.

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