Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.36 KB

File metadata and controls

108 lines (59 loc) · 3.36 KB

BetaGroupRelationships

Properties

Name Type Description Notes
App Pointer to BetaAppLocalizationRelationshipsApp [optional]
Builds Pointer to AppRelationshipsBuilds [optional]
BetaTesters Pointer to BetaGroupRelationshipsBetaTesters [optional]

Methods

NewBetaGroupRelationships

func NewBetaGroupRelationships() *BetaGroupRelationships

NewBetaGroupRelationships instantiates a new BetaGroupRelationships 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

NewBetaGroupRelationshipsWithDefaults

func NewBetaGroupRelationshipsWithDefaults() *BetaGroupRelationships

NewBetaGroupRelationshipsWithDefaults instantiates a new BetaGroupRelationships 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 *BetaGroupRelationships) GetApp() BetaAppLocalizationRelationshipsApp

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

GetAppOk

func (o *BetaGroupRelationships) GetAppOk() (*BetaAppLocalizationRelationshipsApp, 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 *BetaGroupRelationships) SetApp(v BetaAppLocalizationRelationshipsApp)

SetApp sets App field to given value.

HasApp

func (o *BetaGroupRelationships) HasApp() bool

HasApp returns a boolean if a field has been set.

GetBuilds

func (o *BetaGroupRelationships) GetBuilds() AppRelationshipsBuilds

GetBuilds returns the Builds field if non-nil, zero value otherwise.

GetBuildsOk

func (o *BetaGroupRelationships) GetBuildsOk() (*AppRelationshipsBuilds, bool)

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

SetBuilds

func (o *BetaGroupRelationships) SetBuilds(v AppRelationshipsBuilds)

SetBuilds sets Builds field to given value.

HasBuilds

func (o *BetaGroupRelationships) HasBuilds() bool

HasBuilds returns a boolean if a field has been set.

GetBetaTesters

func (o *BetaGroupRelationships) GetBetaTesters() BetaGroupRelationshipsBetaTesters

GetBetaTesters returns the BetaTesters field if non-nil, zero value otherwise.

GetBetaTestersOk

func (o *BetaGroupRelationships) GetBetaTestersOk() (*BetaGroupRelationshipsBetaTesters, bool)

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

SetBetaTesters

func (o *BetaGroupRelationships) SetBetaTesters(v BetaGroupRelationshipsBetaTesters)

SetBetaTesters sets BetaTesters field to given value.

HasBetaTesters

func (o *BetaGroupRelationships) HasBetaTesters() bool

HasBetaTesters returns a boolean if a field has been set.

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