Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.34 KB

ConfigModelHaljsonEmbeddedProductLinks.md

File metadata and controls

212 lines (115 loc) · 6.34 KB

ConfigModelHaljsonEmbeddedProductLinks

Properties

Name Type Description Notes
Self Pointer to string [optional]
Configs Pointer to string [optional]
Environments Pointer to string [optional]
Tags Pointer to string [optional]
PermissionGroups Pointer to string [optional]
Members Pointer to string [optional]
Segments Pointer to string [optional]

Methods

NewConfigModelHaljsonEmbeddedProductLinks

func NewConfigModelHaljsonEmbeddedProductLinks() *ConfigModelHaljsonEmbeddedProductLinks

NewConfigModelHaljsonEmbeddedProductLinks instantiates a new ConfigModelHaljsonEmbeddedProductLinks 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

NewConfigModelHaljsonEmbeddedProductLinksWithDefaults

func NewConfigModelHaljsonEmbeddedProductLinksWithDefaults() *ConfigModelHaljsonEmbeddedProductLinks

NewConfigModelHaljsonEmbeddedProductLinksWithDefaults instantiates a new ConfigModelHaljsonEmbeddedProductLinks 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

GetSelf

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetSelf() string

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetSelfOk() (*string, bool)

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

SetSelf

func (o *ConfigModelHaljsonEmbeddedProductLinks) SetSelf(v string)

SetSelf sets Self field to given value.

HasSelf

func (o *ConfigModelHaljsonEmbeddedProductLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetConfigs

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetConfigs() string

GetConfigs returns the Configs field if non-nil, zero value otherwise.

GetConfigsOk

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetConfigsOk() (*string, bool)

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

SetConfigs

func (o *ConfigModelHaljsonEmbeddedProductLinks) SetConfigs(v string)

SetConfigs sets Configs field to given value.

HasConfigs

func (o *ConfigModelHaljsonEmbeddedProductLinks) HasConfigs() bool

HasConfigs returns a boolean if a field has been set.

GetEnvironments

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetEnvironments() string

GetEnvironments returns the Environments field if non-nil, zero value otherwise.

GetEnvironmentsOk

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetEnvironmentsOk() (*string, bool)

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

SetEnvironments

func (o *ConfigModelHaljsonEmbeddedProductLinks) SetEnvironments(v string)

SetEnvironments sets Environments field to given value.

HasEnvironments

func (o *ConfigModelHaljsonEmbeddedProductLinks) HasEnvironments() bool

HasEnvironments returns a boolean if a field has been set.

GetTags

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetTags() string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetTagsOk() (*string, bool)

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

SetTags

func (o *ConfigModelHaljsonEmbeddedProductLinks) SetTags(v string)

SetTags sets Tags field to given value.

HasTags

func (o *ConfigModelHaljsonEmbeddedProductLinks) HasTags() bool

HasTags returns a boolean if a field has been set.

GetPermissionGroups

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetPermissionGroups() string

GetPermissionGroups returns the PermissionGroups field if non-nil, zero value otherwise.

GetPermissionGroupsOk

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetPermissionGroupsOk() (*string, bool)

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

SetPermissionGroups

func (o *ConfigModelHaljsonEmbeddedProductLinks) SetPermissionGroups(v string)

SetPermissionGroups sets PermissionGroups field to given value.

HasPermissionGroups

func (o *ConfigModelHaljsonEmbeddedProductLinks) HasPermissionGroups() bool

HasPermissionGroups returns a boolean if a field has been set.

GetMembers

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetMembers() string

GetMembers returns the Members field if non-nil, zero value otherwise.

GetMembersOk

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetMembersOk() (*string, bool)

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

SetMembers

func (o *ConfigModelHaljsonEmbeddedProductLinks) SetMembers(v string)

SetMembers sets Members field to given value.

HasMembers

func (o *ConfigModelHaljsonEmbeddedProductLinks) HasMembers() bool

HasMembers returns a boolean if a field has been set.

GetSegments

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetSegments() string

GetSegments returns the Segments field if non-nil, zero value otherwise.

GetSegmentsOk

func (o *ConfigModelHaljsonEmbeddedProductLinks) GetSegmentsOk() (*string, bool)

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

SetSegments

func (o *ConfigModelHaljsonEmbeddedProductLinks) SetSegments(v string)

SetSegments sets Segments field to given value.

HasSegments

func (o *ConfigModelHaljsonEmbeddedProductLinks) HasSegments() bool

HasSegments returns a boolean if a field has been set.

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