| Name | Type | Description | Notes |
|---|---|---|---|
| App | Pointer to BetaAppLocalizationRelationshipsApp | [optional] | |
| Builds | Pointer to AppRelationshipsBuilds | [optional] | |
| BetaTesters | Pointer to BetaGroupRelationshipsBetaTesters | [optional] |
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
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
func (o *BetaGroupRelationships) GetApp() BetaAppLocalizationRelationshipsApp
GetApp returns the App field if non-nil, zero value otherwise.
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.
func (o *BetaGroupRelationships) SetApp(v BetaAppLocalizationRelationshipsApp)
SetApp sets App field to given value.
func (o *BetaGroupRelationships) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *BetaGroupRelationships) GetBuilds() AppRelationshipsBuilds
GetBuilds returns the Builds field if non-nil, zero value otherwise.
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.
func (o *BetaGroupRelationships) SetBuilds(v AppRelationshipsBuilds)
SetBuilds sets Builds field to given value.
func (o *BetaGroupRelationships) HasBuilds() bool
HasBuilds returns a boolean if a field has been set.
func (o *BetaGroupRelationships) GetBetaTesters() BetaGroupRelationshipsBetaTesters
GetBetaTesters returns the BetaTesters field if non-nil, zero value otherwise.
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.
func (o *BetaGroupRelationships) SetBetaTesters(v BetaGroupRelationshipsBetaTesters)
SetBetaTesters sets BetaTesters field to given value.
func (o *BetaGroupRelationships) HasBetaTesters() bool
HasBetaTesters returns a boolean if a field has been set.