Name | Type | Description | Notes |
---|---|---|---|
Operators | Pointer to []string | [optional] | |
OperatorGroups | Pointer to []string | [optional] | |
ExtraEmailAddresses | Pointer to []string | [optional] |
func NewRecipients() *Recipients
NewRecipients instantiates a new Recipients 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 NewRecipientsWithDefaults() *Recipients
NewRecipientsWithDefaults instantiates a new Recipients 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 *Recipients) GetOperators() []string
GetOperators returns the Operators field if non-nil, zero value otherwise.
func (o *Recipients) GetOperatorsOk() (*[]string, bool)
GetOperatorsOk returns a tuple with the Operators field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Recipients) SetOperators(v []string)
SetOperators sets Operators field to given value.
func (o *Recipients) HasOperators() bool
HasOperators returns a boolean if a field has been set.
func (o *Recipients) GetOperatorGroups() []string
GetOperatorGroups returns the OperatorGroups field if non-nil, zero value otherwise.
func (o *Recipients) GetOperatorGroupsOk() (*[]string, bool)
GetOperatorGroupsOk returns a tuple with the OperatorGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Recipients) SetOperatorGroups(v []string)
SetOperatorGroups sets OperatorGroups field to given value.
func (o *Recipients) HasOperatorGroups() bool
HasOperatorGroups returns a boolean if a field has been set.
func (o *Recipients) GetExtraEmailAddresses() []string
GetExtraEmailAddresses returns the ExtraEmailAddresses field if non-nil, zero value otherwise.
func (o *Recipients) GetExtraEmailAddressesOk() (*[]string, bool)
GetExtraEmailAddressesOk returns a tuple with the ExtraEmailAddresses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Recipients) SetExtraEmailAddresses(v []string)
SetExtraEmailAddresses sets ExtraEmailAddresses field to given value.
func (o *Recipients) HasExtraEmailAddresses() bool
HasExtraEmailAddresses returns a boolean if a field has been set.