Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 8.39 KB

ProductModelLinks.md

File metadata and controls

290 lines (157 loc) · 8.39 KB

ProductModelLinks

Properties

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]

Methods

NewProductModelLinks

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

NewProductModelLinksWithDefaults

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

GetSelf

func (o *ProductModelLinks) GetSelf() ConfigModelLinksSelf

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

GetSelfOk

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.

SetSelf

func (o *ProductModelLinks) SetSelf(v ConfigModelLinksSelf)

SetSelf sets Self field to given value.

HasSelf

func (o *ProductModelLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetConfigs

func (o *ProductModelLinks) GetConfigs() ConfigModelLinksSelf

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

GetConfigsOk

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.

SetConfigs

func (o *ProductModelLinks) SetConfigs(v ConfigModelLinksSelf)

SetConfigs sets Configs field to given value.

HasConfigs

func (o *ProductModelLinks) HasConfigs() bool

HasConfigs returns a boolean if a field has been set.

GetEnvironments

func (o *ProductModelLinks) GetEnvironments() ConfigModelLinksSelf

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

GetEnvironmentsOk

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.

SetEnvironments

func (o *ProductModelLinks) SetEnvironments(v ConfigModelLinksSelf)

SetEnvironments sets Environments field to given value.

HasEnvironments

func (o *ProductModelLinks) HasEnvironments() bool

HasEnvironments returns a boolean if a field has been set.

GetTags

func (o *ProductModelLinks) GetTags() ConfigModelLinksSelf

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

GetTagsOk

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.

SetTags

func (o *ProductModelLinks) SetTags(v ConfigModelLinksSelf)

SetTags sets Tags field to given value.

HasTags

func (o *ProductModelLinks) HasTags() bool

HasTags returns a boolean if a field has been set.

GetPermissionGroups

func (o *ProductModelLinks) GetPermissionGroups() ConfigModelLinksSelf

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

GetPermissionGroupsOk

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.

SetPermissionGroups

func (o *ProductModelLinks) SetPermissionGroups(v ConfigModelLinksSelf)

SetPermissionGroups sets PermissionGroups field to given value.

HasPermissionGroups

func (o *ProductModelLinks) HasPermissionGroups() bool

HasPermissionGroups returns a boolean if a field has been set.

GetMembers

func (o *ProductModelLinks) GetMembers() ConfigModelLinksSelf

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

GetMembersOk

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.

SetMembers

func (o *ProductModelLinks) SetMembers(v ConfigModelLinksSelf)

SetMembers sets Members field to given value.

HasMembers

func (o *ProductModelLinks) HasMembers() bool

HasMembers returns a boolean if a field has been set.

GetInvitations

func (o *ProductModelLinks) GetInvitations() ConfigModelLinksSelf

GetInvitations returns the Invitations field if non-nil, zero value otherwise.

GetInvitationsOk

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.

SetInvitations

func (o *ProductModelLinks) SetInvitations(v ConfigModelLinksSelf)

SetInvitations sets Invitations field to given value.

HasInvitations

func (o *ProductModelLinks) HasInvitations() bool

HasInvitations returns a boolean if a field has been set.

GetSegments

func (o *ProductModelLinks) GetSegments() ConfigModelLinksSelf

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

GetSegmentsOk

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.

SetSegments

func (o *ProductModelLinks) SetSegments(v ConfigModelLinksSelf)

SetSegments sets Segments field to given value.

HasSegments

func (o *ProductModelLinks) HasSegments() bool

HasSegments returns a boolean if a field has been set.

GetPreferences

func (o *ProductModelLinks) GetPreferences() ConfigModelLinksSelf

GetPreferences returns the Preferences field if non-nil, zero value otherwise.

GetPreferencesOk

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.

SetPreferences

func (o *ProductModelLinks) SetPreferences(v ConfigModelLinksSelf)

SetPreferences sets Preferences field to given value.

HasPreferences

func (o *ProductModelLinks) HasPreferences() bool

HasPreferences returns a boolean if a field has been set.

GetWebhooks

func (o *ProductModelLinks) GetWebhooks() ConfigModelLinksSelf

GetWebhooks returns the Webhooks field if non-nil, zero value otherwise.

GetWebhooksOk

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.

SetWebhooks

func (o *ProductModelLinks) SetWebhooks(v ConfigModelLinksSelf)

SetWebhooks sets Webhooks field to given value.

HasWebhooks

func (o *ProductModelLinks) HasWebhooks() bool

HasWebhooks returns a boolean if a field has been set.

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