Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | The human-friendly display name for this audience. | |
Sandbox | Pointer to bool | Indicates if this is a live or sandbox Application. | [optional] |
Description | Pointer to string | A description of the audience. | [optional] |
func (o *NewInternalAudience) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NewInternalAudience) 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 *NewInternalAudience) HasName() bool
HasName returns a boolean if a field has been set.
func (o *NewInternalAudience) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *NewInternalAudience) GetSandbox() bool
GetSandbox returns the Sandbox field if non-nil, zero value otherwise.
func (o *NewInternalAudience) GetSandboxOk() (bool, bool)
GetSandboxOk returns a tuple with the Sandbox field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewInternalAudience) HasSandbox() bool
HasSandbox returns a boolean if a field has been set.
func (o *NewInternalAudience) SetSandbox(v bool)
SetSandbox gets a reference to the given bool and assigns it to the Sandbox field.
func (o *NewInternalAudience) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *NewInternalAudience) GetDescriptionOk() (string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewInternalAudience) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *NewInternalAudience) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.