Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 3.13 KB

CreateOrganizationRequest.md

File metadata and controls

103 lines (56 loc) · 3.13 KB

CreateOrganizationRequest

Properties

Name Type Description Notes
Metadata Pointer to V3AppsGuidDropletsCurrentGet200ResponseMetadata [optional]
Name string
Suspended Pointer to bool [optional]

Methods

NewCreateOrganizationRequest

func NewCreateOrganizationRequest(name string, ) *CreateOrganizationRequest

NewCreateOrganizationRequest instantiates a new CreateOrganizationRequest 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

NewCreateOrganizationRequestWithDefaults

func NewCreateOrganizationRequestWithDefaults() *CreateOrganizationRequest

NewCreateOrganizationRequestWithDefaults instantiates a new CreateOrganizationRequest 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

GetMetadata

func (o *CreateOrganizationRequest) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *CreateOrganizationRequest) GetMetadataOk() (*V3AppsGuidDropletsCurrentGet200ResponseMetadata, bool)

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

SetMetadata

func (o *CreateOrganizationRequest) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *CreateOrganizationRequest) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetName

func (o *CreateOrganizationRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *CreateOrganizationRequest) GetNameOk() (*string, bool)

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

SetName

func (o *CreateOrganizationRequest) SetName(v string)

SetName sets Name field to given value.

GetSuspended

func (o *CreateOrganizationRequest) GetSuspended() bool

GetSuspended returns the Suspended field if non-nil, zero value otherwise.

GetSuspendedOk

func (o *CreateOrganizationRequest) GetSuspendedOk() (*bool, bool)

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

SetSuspended

func (o *CreateOrganizationRequest) SetSuspended(v bool)

SetSuspended sets Suspended field to given value.

HasSuspended

func (o *CreateOrganizationRequest) HasSuspended() bool

HasSuspended returns a boolean if a field has been set.

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