Name | Type | Description | Notes |
---|---|---|---|
Self | Pointer to ConfigModelLinksSelf | [optional] | |
Configs | Pointer to ConfigModelLinksSelf | [optional] | |
Environments | Pointer to ConfigModelLinksSelf | [optional] | |
Tags | Pointer to ConfigModelLinksSelf | [optional] | |
PermissionGroups | Pointer to ConfigModelLinksSelf | [optional] | |
Members | Pointer to ConfigModelLinksSelf | [optional] | |
Invitations | Pointer to ConfigModelLinksSelf | [optional] | |
Segments | Pointer to ConfigModelLinksSelf | [optional] | |
Preferences | Pointer to ConfigModelLinksSelf | [optional] | |
Webhooks | Pointer to ConfigModelLinksSelf | [optional] |
func NewProductModelLinks() *ProductModelLinks
NewProductModelLinks instantiates a new ProductModelLinks 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 NewProductModelLinksWithDefaults() *ProductModelLinks
NewProductModelLinksWithDefaults instantiates a new ProductModelLinks 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 *ProductModelLinks) GetSelf() ConfigModelLinksSelf
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *ProductModelLinks) GetSelfOk() (*ConfigModelLinksSelf, 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 *ProductModelLinks) SetSelf(v ConfigModelLinksSelf)
SetSelf sets Self field to given value.
func (o *ProductModelLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (o *ProductModelLinks) GetConfigs() ConfigModelLinksSelf
GetConfigs returns the Configs field if non-nil, zero value otherwise.
func (o *ProductModelLinks) GetConfigsOk() (*ConfigModelLinksSelf, 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 *ProductModelLinks) SetConfigs(v ConfigModelLinksSelf)
SetConfigs sets Configs field to given value.
func (o *ProductModelLinks) HasConfigs() bool
HasConfigs returns a boolean if a field has been set.
func (o *ProductModelLinks) GetEnvironments() ConfigModelLinksSelf
GetEnvironments returns the Environments field if non-nil, zero value otherwise.
func (o *ProductModelLinks) GetEnvironmentsOk() (*ConfigModelLinksSelf, 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 *ProductModelLinks) SetEnvironments(v ConfigModelLinksSelf)
SetEnvironments sets Environments field to given value.
func (o *ProductModelLinks) HasEnvironments() bool
HasEnvironments returns a boolean if a field has been set.
func (o *ProductModelLinks) GetTags() ConfigModelLinksSelf
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ProductModelLinks) GetTagsOk() (*ConfigModelLinksSelf, 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 *ProductModelLinks) SetTags(v ConfigModelLinksSelf)
SetTags sets Tags field to given value.
func (o *ProductModelLinks) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *ProductModelLinks) GetPermissionGroups() ConfigModelLinksSelf
GetPermissionGroups returns the PermissionGroups field if non-nil, zero value otherwise.
func (o *ProductModelLinks) GetPermissionGroupsOk() (*ConfigModelLinksSelf, 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 *ProductModelLinks) SetPermissionGroups(v ConfigModelLinksSelf)
SetPermissionGroups sets PermissionGroups field to given value.
func (o *ProductModelLinks) HasPermissionGroups() bool
HasPermissionGroups returns a boolean if a field has been set.
func (o *ProductModelLinks) GetMembers() ConfigModelLinksSelf
GetMembers returns the Members field if non-nil, zero value otherwise.
func (o *ProductModelLinks) GetMembersOk() (*ConfigModelLinksSelf, 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 *ProductModelLinks) SetMembers(v ConfigModelLinksSelf)
SetMembers sets Members field to given value.
func (o *ProductModelLinks) HasMembers() bool
HasMembers returns a boolean if a field has been set.
func (o *ProductModelLinks) GetInvitations() ConfigModelLinksSelf
GetInvitations returns the Invitations field if non-nil, zero value otherwise.
func (o *ProductModelLinks) GetInvitationsOk() (*ConfigModelLinksSelf, bool)
GetInvitationsOk returns a tuple with the Invitations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductModelLinks) SetInvitations(v ConfigModelLinksSelf)
SetInvitations sets Invitations field to given value.
func (o *ProductModelLinks) HasInvitations() bool
HasInvitations returns a boolean if a field has been set.
func (o *ProductModelLinks) GetSegments() ConfigModelLinksSelf
GetSegments returns the Segments field if non-nil, zero value otherwise.
func (o *ProductModelLinks) GetSegmentsOk() (*ConfigModelLinksSelf, 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 *ProductModelLinks) SetSegments(v ConfigModelLinksSelf)
SetSegments sets Segments field to given value.
func (o *ProductModelLinks) HasSegments() bool
HasSegments returns a boolean if a field has been set.
func (o *ProductModelLinks) GetPreferences() ConfigModelLinksSelf
GetPreferences returns the Preferences field if non-nil, zero value otherwise.
func (o *ProductModelLinks) GetPreferencesOk() (*ConfigModelLinksSelf, bool)
GetPreferencesOk returns a tuple with the Preferences field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductModelLinks) SetPreferences(v ConfigModelLinksSelf)
SetPreferences sets Preferences field to given value.
func (o *ProductModelLinks) HasPreferences() bool
HasPreferences returns a boolean if a field has been set.
func (o *ProductModelLinks) GetWebhooks() ConfigModelLinksSelf
GetWebhooks returns the Webhooks field if non-nil, zero value otherwise.
func (o *ProductModelLinks) GetWebhooksOk() (*ConfigModelLinksSelf, bool)
GetWebhooksOk returns a tuple with the Webhooks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductModelLinks) SetWebhooks(v ConfigModelLinksSelf)
SetWebhooks sets Webhooks field to given value.
func (o *ProductModelLinks) HasWebhooks() bool
HasWebhooks returns a boolean if a field has been set.