Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.59 KB

IntegrationDeliveryConfigurationCollectionLinks.md

File metadata and controls

77 lines (42 loc) · 2.59 KB

IntegrationDeliveryConfigurationCollectionLinks

Properties

Name Type Description Notes
Self Link
Parent Pointer to Link [optional]

Methods

NewIntegrationDeliveryConfigurationCollectionLinks

func NewIntegrationDeliveryConfigurationCollectionLinks(self Link, ) *IntegrationDeliveryConfigurationCollectionLinks

NewIntegrationDeliveryConfigurationCollectionLinks instantiates a new IntegrationDeliveryConfigurationCollectionLinks 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

NewIntegrationDeliveryConfigurationCollectionLinksWithDefaults

func NewIntegrationDeliveryConfigurationCollectionLinksWithDefaults() *IntegrationDeliveryConfigurationCollectionLinks

NewIntegrationDeliveryConfigurationCollectionLinksWithDefaults instantiates a new IntegrationDeliveryConfigurationCollectionLinks 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 *IntegrationDeliveryConfigurationCollectionLinks) GetSelf() Link

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

GetSelfOk

func (o *IntegrationDeliveryConfigurationCollectionLinks) GetSelfOk() (*Link, 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 *IntegrationDeliveryConfigurationCollectionLinks) SetSelf(v Link)

SetSelf sets Self field to given value.

GetParent

func (o *IntegrationDeliveryConfigurationCollectionLinks) GetParent() Link

GetParent returns the Parent field if non-nil, zero value otherwise.

GetParentOk

func (o *IntegrationDeliveryConfigurationCollectionLinks) GetParentOk() (*Link, bool)

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

SetParent

func (o *IntegrationDeliveryConfigurationCollectionLinks) SetParent(v Link)

SetParent sets Parent field to given value.

HasParent

func (o *IntegrationDeliveryConfigurationCollectionLinks) HasParent() bool

HasParent returns a boolean if a field has been set.

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