| Name | Type | Description | Notes |
|---|---|---|---|
| Environment | Pointer to EnvironmentSummary | [optional] | |
| Name | string | The release phase name | |
| Configuration | Pointer to AudienceConfiguration | [optional] | |
| SegmentKeys | Pointer to []string | A list of segment keys | [optional] |
func NewAudience(name string, ) *Audience
NewAudience instantiates a new Audience 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 NewAudienceWithDefaults() *Audience
NewAudienceWithDefaults instantiates a new Audience 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 *Audience) GetEnvironment() EnvironmentSummary
GetEnvironment returns the Environment field if non-nil, zero value otherwise.
func (o *Audience) GetEnvironmentOk() (*EnvironmentSummary, bool)
GetEnvironmentOk returns a tuple with the Environment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Audience) SetEnvironment(v EnvironmentSummary)
SetEnvironment sets Environment field to given value.
func (o *Audience) HasEnvironment() bool
HasEnvironment returns a boolean if a field has been set.
func (o *Audience) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Audience) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Audience) SetName(v string)
SetName sets Name field to given value.
func (o *Audience) GetConfiguration() AudienceConfiguration
GetConfiguration returns the Configuration field if non-nil, zero value otherwise.
func (o *Audience) GetConfigurationOk() (*AudienceConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Audience) SetConfiguration(v AudienceConfiguration)
SetConfiguration sets Configuration field to given value.
func (o *Audience) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (o *Audience) GetSegmentKeys() []string
GetSegmentKeys returns the SegmentKeys field if non-nil, zero value otherwise.
func (o *Audience) GetSegmentKeysOk() (*[]string, bool)
GetSegmentKeysOk returns a tuple with the SegmentKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Audience) SetSegmentKeys(v []string)
SetSegmentKeys sets SegmentKeys field to given value.
func (o *Audience) HasSegmentKeys() bool
HasSegmentKeys returns a boolean if a field has been set.