| Name | Type | Description | Notes |
|---|---|---|---|
| App | Pointer to AlternativeDistributionKeyCreateRequestDataRelationshipsApp | [optional] | |
| AppClipDefaultExperiences | Pointer to AppClipRelationshipsAppClipDefaultExperiences | [optional] | |
| AppClipAdvancedExperiences | Pointer to AnalyticsReportInstanceRelationshipsSegments | [optional] |
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
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
func (o *AppClipRelationships) GetApp() AlternativeDistributionKeyCreateRequestDataRelationshipsApp
GetApp returns the App field if non-nil, zero value otherwise.
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.
func (o *AppClipRelationships) SetApp(v AlternativeDistributionKeyCreateRequestDataRelationshipsApp)
SetApp sets App field to given value.
func (o *AppClipRelationships) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *AppClipRelationships) GetAppClipDefaultExperiences() AppClipRelationshipsAppClipDefaultExperiences
GetAppClipDefaultExperiences returns the AppClipDefaultExperiences field if non-nil, zero value otherwise.
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.
func (o *AppClipRelationships) SetAppClipDefaultExperiences(v AppClipRelationshipsAppClipDefaultExperiences)
SetAppClipDefaultExperiences sets AppClipDefaultExperiences field to given value.
func (o *AppClipRelationships) HasAppClipDefaultExperiences() bool
HasAppClipDefaultExperiences returns a boolean if a field has been set.
func (o *AppClipRelationships) GetAppClipAdvancedExperiences() AnalyticsReportInstanceRelationshipsSegments
GetAppClipAdvancedExperiences returns the AppClipAdvancedExperiences field if non-nil, zero value otherwise.
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.
func (o *AppClipRelationships) SetAppClipAdvancedExperiences(v AnalyticsReportInstanceRelationshipsSegments)
SetAppClipAdvancedExperiences sets AppClipAdvancedExperiences field to given value.
func (o *AppClipRelationships) HasAppClipAdvancedExperiences() bool
HasAppClipAdvancedExperiences returns a boolean if a field has been set.