Skip to content

Latest commit

 

History

History
118 lines (65 loc) · 4.36 KB

ConfigModelHaljsonEmbeddedProductEmbeddedOrganization.md

File metadata and controls

118 lines (65 loc) · 4.36 KB

ConfigModelHaljsonEmbeddedProductEmbeddedOrganization

Properties

Name Type Description Notes
OrganizationId Pointer to string Identifier of the Organization. [optional]
Name Pointer to NullableString Name of the Organization. [optional]
Links Pointer to ConfigModelHaljsonEmbeddedProductEmbeddedOrganizationLinks [optional]

Methods

NewConfigModelHaljsonEmbeddedProductEmbeddedOrganization

func NewConfigModelHaljsonEmbeddedProductEmbeddedOrganization() *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization

NewConfigModelHaljsonEmbeddedProductEmbeddedOrganization instantiates a new ConfigModelHaljsonEmbeddedProductEmbeddedOrganization 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

NewConfigModelHaljsonEmbeddedProductEmbeddedOrganizationWithDefaults

func NewConfigModelHaljsonEmbeddedProductEmbeddedOrganizationWithDefaults() *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization

NewConfigModelHaljsonEmbeddedProductEmbeddedOrganizationWithDefaults instantiates a new ConfigModelHaljsonEmbeddedProductEmbeddedOrganization 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

GetOrganizationId

func (o *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.

GetOrganizationIdOk

func (o *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization) GetOrganizationIdOk() (*string, bool)

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

SetOrganizationId

func (o *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization) SetOrganizationId(v string)

SetOrganizationId sets OrganizationId field to given value.

HasOrganizationId

func (o *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

GetName

func (o *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetLinks

func (o *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization) GetLinks() ConfigModelHaljsonEmbeddedProductEmbeddedOrganizationLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization) GetLinksOk() (*ConfigModelHaljsonEmbeddedProductEmbeddedOrganizationLinks, bool)

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

SetLinks

func (o *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization) SetLinks(v ConfigModelHaljsonEmbeddedProductEmbeddedOrganizationLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *ConfigModelHaljsonEmbeddedProductEmbeddedOrganization) HasLinks() bool

HasLinks returns a boolean if a field has been set.

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