Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.46 KB

NewInternalAudience.md

File metadata and controls

91 lines (48 loc) · 2.46 KB

NewInternalAudience

Properties

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]

Methods

GetName

func (o *NewInternalAudience) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

HasName

func (o *NewInternalAudience) HasName() bool

HasName returns a boolean if a field has been set.

SetName

func (o *NewInternalAudience) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

GetSandbox

func (o *NewInternalAudience) GetSandbox() bool

GetSandbox returns the Sandbox field if non-nil, zero value otherwise.

GetSandboxOk

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.

HasSandbox

func (o *NewInternalAudience) HasSandbox() bool

HasSandbox returns a boolean if a field has been set.

SetSandbox

func (o *NewInternalAudience) SetSandbox(v bool)

SetSandbox gets a reference to the given bool and assigns it to the Sandbox field.

GetDescription

func (o *NewInternalAudience) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

HasDescription

func (o *NewInternalAudience) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescription

func (o *NewInternalAudience) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

[Back to Model list] [Back to API list] [Back to README]