Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.13 KB

File metadata and controls

108 lines (59 loc) · 4.13 KB

AppClipRelationships

Properties

Name Type Description Notes
App Pointer to AlternativeDistributionKeyCreateRequestDataRelationshipsApp [optional]
AppClipDefaultExperiences Pointer to AppClipRelationshipsAppClipDefaultExperiences [optional]
AppClipAdvancedExperiences Pointer to AnalyticsReportInstanceRelationshipsSegments [optional]

Methods

NewAppClipRelationships

func NewAppClipRelationships() *AppClipRelationships

NewAppClipRelationships instantiates a new AppClipRelationships 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

NewAppClipRelationshipsWithDefaults

func NewAppClipRelationshipsWithDefaults() *AppClipRelationships

NewAppClipRelationshipsWithDefaults instantiates a new AppClipRelationships 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

GetApp

func (o *AppClipRelationships) GetApp() AlternativeDistributionKeyCreateRequestDataRelationshipsApp

GetApp returns the App field if non-nil, zero value otherwise.

GetAppOk

func (o *AppClipRelationships) GetAppOk() (*AlternativeDistributionKeyCreateRequestDataRelationshipsApp, bool)

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

SetApp

func (o *AppClipRelationships) SetApp(v AlternativeDistributionKeyCreateRequestDataRelationshipsApp)

SetApp sets App field to given value.

HasApp

func (o *AppClipRelationships) HasApp() bool

HasApp returns a boolean if a field has been set.

GetAppClipDefaultExperiences

func (o *AppClipRelationships) GetAppClipDefaultExperiences() AppClipRelationshipsAppClipDefaultExperiences

GetAppClipDefaultExperiences returns the AppClipDefaultExperiences field if non-nil, zero value otherwise.

GetAppClipDefaultExperiencesOk

func (o *AppClipRelationships) GetAppClipDefaultExperiencesOk() (*AppClipRelationshipsAppClipDefaultExperiences, bool)

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

SetAppClipDefaultExperiences

func (o *AppClipRelationships) SetAppClipDefaultExperiences(v AppClipRelationshipsAppClipDefaultExperiences)

SetAppClipDefaultExperiences sets AppClipDefaultExperiences field to given value.

HasAppClipDefaultExperiences

func (o *AppClipRelationships) HasAppClipDefaultExperiences() bool

HasAppClipDefaultExperiences returns a boolean if a field has been set.

GetAppClipAdvancedExperiences

func (o *AppClipRelationships) GetAppClipAdvancedExperiences() AnalyticsReportInstanceRelationshipsSegments

GetAppClipAdvancedExperiences returns the AppClipAdvancedExperiences field if non-nil, zero value otherwise.

GetAppClipAdvancedExperiencesOk

func (o *AppClipRelationships) GetAppClipAdvancedExperiencesOk() (*AnalyticsReportInstanceRelationshipsSegments, bool)

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

SetAppClipAdvancedExperiences

func (o *AppClipRelationships) SetAppClipAdvancedExperiences(v AnalyticsReportInstanceRelationshipsSegments)

SetAppClipAdvancedExperiences sets AppClipAdvancedExperiences field to given value.

HasAppClipAdvancedExperiences

func (o *AppClipRelationships) HasAppClipAdvancedExperiences() bool

HasAppClipAdvancedExperiences returns a boolean if a field has been set.

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