Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 2.93 KB

DuoApplication.md

File metadata and controls

114 lines (61 loc) · 2.93 KB

DuoApplication

Properties

Name Type Description Notes
ApiHost string
Id string
IntegrationKey string
Name string

Methods

NewDuoApplication

func NewDuoApplication(apiHost string, id string, integrationKey string, name string, ) *DuoApplication

NewDuoApplication instantiates a new DuoApplication 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

NewDuoApplicationWithDefaults

func NewDuoApplicationWithDefaults() *DuoApplication

NewDuoApplicationWithDefaults instantiates a new DuoApplication 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

GetApiHost

func (o *DuoApplication) GetApiHost() string

GetApiHost returns the ApiHost field if non-nil, zero value otherwise.

GetApiHostOk

func (o *DuoApplication) GetApiHostOk() (*string, bool)

GetApiHostOk returns a tuple with the ApiHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApiHost

func (o *DuoApplication) SetApiHost(v string)

SetApiHost sets ApiHost field to given value.

GetId

func (o *DuoApplication) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *DuoApplication) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *DuoApplication) SetId(v string)

SetId sets Id field to given value.

GetIntegrationKey

func (o *DuoApplication) GetIntegrationKey() string

GetIntegrationKey returns the IntegrationKey field if non-nil, zero value otherwise.

GetIntegrationKeyOk

func (o *DuoApplication) GetIntegrationKeyOk() (*string, bool)

GetIntegrationKeyOk returns a tuple with the IntegrationKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIntegrationKey

func (o *DuoApplication) SetIntegrationKey(v string)

SetIntegrationKey sets IntegrationKey field to given value.

GetName

func (o *DuoApplication) GetName() string

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

GetNameOk

func (o *DuoApplication) 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.

SetName

func (o *DuoApplication) SetName(v string)

SetName sets Name field to given value.

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