Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 7.16 KB

Organization.md

File metadata and controls

290 lines (157 loc) · 7.16 KB

Organization

Properties

Name Type Description Notes
Href Pointer to string [optional]
Id Pointer to string [optional]
Kind Pointer to string [optional]
Capabilities Pointer to []Capability [optional]
CreatedAt Pointer to time.Time [optional]
EbsAccountId Pointer to string [optional]
ExternalId Pointer to string [optional]
Labels Pointer to []Label [optional]
Name Pointer to string [optional]
UpdatedAt Pointer to time.Time [optional]

Methods

NewOrganization

func NewOrganization() *Organization

NewOrganization instantiates a new Organization 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

NewOrganizationWithDefaults

func NewOrganizationWithDefaults() *Organization

NewOrganizationWithDefaults instantiates a new Organization 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

GetHref

func (o *Organization) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

GetHrefOk

func (o *Organization) GetHrefOk() (*string, bool)

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

SetHref

func (o *Organization) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *Organization) HasHref() bool

HasHref returns a boolean if a field has been set.

GetId

func (o *Organization) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *Organization) GetIdOk() (*string, bool)

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

SetId

func (o *Organization) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *Organization) HasId() bool

HasId returns a boolean if a field has been set.

GetKind

func (o *Organization) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *Organization) GetKindOk() (*string, bool)

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

SetKind

func (o *Organization) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *Organization) HasKind() bool

HasKind returns a boolean if a field has been set.

GetCapabilities

func (o *Organization) GetCapabilities() []Capability

GetCapabilities returns the Capabilities field if non-nil, zero value otherwise.

GetCapabilitiesOk

func (o *Organization) GetCapabilitiesOk() (*[]Capability, bool)

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

SetCapabilities

func (o *Organization) SetCapabilities(v []Capability)

SetCapabilities sets Capabilities field to given value.

HasCapabilities

func (o *Organization) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

GetCreatedAt

func (o *Organization) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *Organization) GetCreatedAtOk() (*time.Time, bool)

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

SetCreatedAt

func (o *Organization) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *Organization) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetEbsAccountId

func (o *Organization) GetEbsAccountId() string

GetEbsAccountId returns the EbsAccountId field if non-nil, zero value otherwise.

GetEbsAccountIdOk

func (o *Organization) GetEbsAccountIdOk() (*string, bool)

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

SetEbsAccountId

func (o *Organization) SetEbsAccountId(v string)

SetEbsAccountId sets EbsAccountId field to given value.

HasEbsAccountId

func (o *Organization) HasEbsAccountId() bool

HasEbsAccountId returns a boolean if a field has been set.

GetExternalId

func (o *Organization) GetExternalId() string

GetExternalId returns the ExternalId field if non-nil, zero value otherwise.

GetExternalIdOk

func (o *Organization) GetExternalIdOk() (*string, bool)

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

SetExternalId

func (o *Organization) SetExternalId(v string)

SetExternalId sets ExternalId field to given value.

HasExternalId

func (o *Organization) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

GetLabels

func (o *Organization) GetLabels() []Label

GetLabels returns the Labels field if non-nil, zero value otherwise.

GetLabelsOk

func (o *Organization) GetLabelsOk() (*[]Label, bool)

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

SetLabels

func (o *Organization) SetLabels(v []Label)

SetLabels sets Labels field to given value.

HasLabels

func (o *Organization) HasLabels() bool

HasLabels returns a boolean if a field has been set.

GetName

func (o *Organization) GetName() string

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

GetNameOk

func (o *Organization) 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 *Organization) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *Organization) HasName() bool

HasName returns a boolean if a field has been set.

GetUpdatedAt

func (o *Organization) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *Organization) GetUpdatedAtOk() (*time.Time, bool)

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

SetUpdatedAt

func (o *Organization) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *Organization) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

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