Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.51 KB

AuthenticatorDuoStageManualDeviceImportRequest.md

File metadata and controls

72 lines (39 loc) · 2.51 KB

AuthenticatorDuoStageManualDeviceImportRequest

Properties

Name Type Description Notes
DuoUserId string
Username string

Methods

NewAuthenticatorDuoStageManualDeviceImportRequest

func NewAuthenticatorDuoStageManualDeviceImportRequest(duoUserId string, username string, ) *AuthenticatorDuoStageManualDeviceImportRequest

NewAuthenticatorDuoStageManualDeviceImportRequest instantiates a new AuthenticatorDuoStageManualDeviceImportRequest 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

NewAuthenticatorDuoStageManualDeviceImportRequestWithDefaults

func NewAuthenticatorDuoStageManualDeviceImportRequestWithDefaults() *AuthenticatorDuoStageManualDeviceImportRequest

NewAuthenticatorDuoStageManualDeviceImportRequestWithDefaults instantiates a new AuthenticatorDuoStageManualDeviceImportRequest 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

GetDuoUserId

func (o *AuthenticatorDuoStageManualDeviceImportRequest) GetDuoUserId() string

GetDuoUserId returns the DuoUserId field if non-nil, zero value otherwise.

GetDuoUserIdOk

func (o *AuthenticatorDuoStageManualDeviceImportRequest) GetDuoUserIdOk() (*string, bool)

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

SetDuoUserId

func (o *AuthenticatorDuoStageManualDeviceImportRequest) SetDuoUserId(v string)

SetDuoUserId sets DuoUserId field to given value.

GetUsername

func (o *AuthenticatorDuoStageManualDeviceImportRequest) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *AuthenticatorDuoStageManualDeviceImportRequest) GetUsernameOk() (*string, bool)

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

SetUsername

func (o *AuthenticatorDuoStageManualDeviceImportRequest) SetUsername(v string)

SetUsername sets Username field to given value.

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