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] |
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
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
func (o *ConfigModelHaljsonEmbeddedProductLinks) GetSelf() string
GetSelf returns the Self field if non-nil, zero value otherwise.
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.
func (o *ConfigModelHaljsonEmbeddedProductLinks) SetSelf(v string)
SetSelf sets Self field to given value.
func (o *ConfigModelHaljsonEmbeddedProductLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (o *ConfigModelHaljsonEmbeddedProductLinks) GetConfigs() string
GetConfigs returns the Configs field if non-nil, zero value otherwise.
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.
func (o *ConfigModelHaljsonEmbeddedProductLinks) SetConfigs(v string)
SetConfigs sets Configs field to given value.
func (o *ConfigModelHaljsonEmbeddedProductLinks) HasConfigs() bool
HasConfigs returns a boolean if a field has been set.
func (o *ConfigModelHaljsonEmbeddedProductLinks) GetEnvironments() string
GetEnvironments returns the Environments field if non-nil, zero value otherwise.
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.
func (o *ConfigModelHaljsonEmbeddedProductLinks) SetEnvironments(v string)
SetEnvironments sets Environments field to given value.
func (o *ConfigModelHaljsonEmbeddedProductLinks) HasEnvironments() bool
HasEnvironments returns a boolean if a field has been set.
func (o *ConfigModelHaljsonEmbeddedProductLinks) GetTags() string
GetTags returns the Tags field if non-nil, zero value otherwise.
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.
func (o *ConfigModelHaljsonEmbeddedProductLinks) SetTags(v string)
SetTags sets Tags field to given value.
func (o *ConfigModelHaljsonEmbeddedProductLinks) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *ConfigModelHaljsonEmbeddedProductLinks) GetPermissionGroups() string
GetPermissionGroups returns the PermissionGroups field if non-nil, zero value otherwise.
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.
func (o *ConfigModelHaljsonEmbeddedProductLinks) SetPermissionGroups(v string)
SetPermissionGroups sets PermissionGroups field to given value.
func (o *ConfigModelHaljsonEmbeddedProductLinks) HasPermissionGroups() bool
HasPermissionGroups returns a boolean if a field has been set.
func (o *ConfigModelHaljsonEmbeddedProductLinks) GetMembers() string
GetMembers returns the Members field if non-nil, zero value otherwise.
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.
func (o *ConfigModelHaljsonEmbeddedProductLinks) SetMembers(v string)
SetMembers sets Members field to given value.
func (o *ConfigModelHaljsonEmbeddedProductLinks) HasMembers() bool
HasMembers returns a boolean if a field has been set.
func (o *ConfigModelHaljsonEmbeddedProductLinks) GetSegments() string
GetSegments returns the Segments field if non-nil, zero value otherwise.
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.
func (o *ConfigModelHaljsonEmbeddedProductLinks) SetSegments(v string)
SetSegments sets Segments field to given value.
func (o *ConfigModelHaljsonEmbeddedProductLinks) HasSegments() bool
HasSegments returns a boolean if a field has been set.