| Name | Type | Description | Notes |
|---|---|---|---|
| AudienceId | Pointer to string | UUID of the audience. | [optional] |
| ReleaseGuardianConfiguration | Pointer to ReleaseGuardianConfigurationInput | [optional] | |
| NotifyMemberIds | Pointer to []string | An array of member IDs. These members are notified to review the approval request. | [optional] |
| NotifyTeamKeys | Pointer to []string | An array of team keys. The members of these teams are notified to review the approval request. | [optional] |
func NewReleaserAudienceConfigInput() *ReleaserAudienceConfigInput
NewReleaserAudienceConfigInput instantiates a new ReleaserAudienceConfigInput 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 NewReleaserAudienceConfigInputWithDefaults() *ReleaserAudienceConfigInput
NewReleaserAudienceConfigInputWithDefaults instantiates a new ReleaserAudienceConfigInput 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 *ReleaserAudienceConfigInput) GetAudienceId() string
GetAudienceId returns the AudienceId field if non-nil, zero value otherwise.
func (o *ReleaserAudienceConfigInput) GetAudienceIdOk() (*string, bool)
GetAudienceIdOk returns a tuple with the AudienceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaserAudienceConfigInput) SetAudienceId(v string)
SetAudienceId sets AudienceId field to given value.
func (o *ReleaserAudienceConfigInput) HasAudienceId() bool
HasAudienceId returns a boolean if a field has been set.
func (o *ReleaserAudienceConfigInput) GetReleaseGuardianConfiguration() ReleaseGuardianConfigurationInput
GetReleaseGuardianConfiguration returns the ReleaseGuardianConfiguration field if non-nil, zero value otherwise.
func (o *ReleaserAudienceConfigInput) GetReleaseGuardianConfigurationOk() (*ReleaseGuardianConfigurationInput, bool)
GetReleaseGuardianConfigurationOk returns a tuple with the ReleaseGuardianConfiguration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaserAudienceConfigInput) SetReleaseGuardianConfiguration(v ReleaseGuardianConfigurationInput)
SetReleaseGuardianConfiguration sets ReleaseGuardianConfiguration field to given value.
func (o *ReleaserAudienceConfigInput) HasReleaseGuardianConfiguration() bool
HasReleaseGuardianConfiguration returns a boolean if a field has been set.
func (o *ReleaserAudienceConfigInput) GetNotifyMemberIds() []string
GetNotifyMemberIds returns the NotifyMemberIds field if non-nil, zero value otherwise.
func (o *ReleaserAudienceConfigInput) GetNotifyMemberIdsOk() (*[]string, bool)
GetNotifyMemberIdsOk returns a tuple with the NotifyMemberIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaserAudienceConfigInput) SetNotifyMemberIds(v []string)
SetNotifyMemberIds sets NotifyMemberIds field to given value.
func (o *ReleaserAudienceConfigInput) HasNotifyMemberIds() bool
HasNotifyMemberIds returns a boolean if a field has been set.
func (o *ReleaserAudienceConfigInput) GetNotifyTeamKeys() []string
GetNotifyTeamKeys returns the NotifyTeamKeys field if non-nil, zero value otherwise.
func (o *ReleaserAudienceConfigInput) GetNotifyTeamKeysOk() (*[]string, bool)
GetNotifyTeamKeysOk returns a tuple with the NotifyTeamKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaserAudienceConfigInput) SetNotifyTeamKeys(v []string)
SetNotifyTeamKeys sets NotifyTeamKeys field to given value.
func (o *ReleaserAudienceConfigInput) HasNotifyTeamKeys() bool
HasNotifyTeamKeys returns a boolean if a field has been set.