Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.56 KB

File metadata and controls

51 lines (28 loc) · 1.56 KB

CreateAuthPlexRequest

Properties

Name Type Description Notes
AuthToken string

Methods

NewCreateAuthPlexRequest

func NewCreateAuthPlexRequest(authToken string, ) *CreateAuthPlexRequest

NewCreateAuthPlexRequest instantiates a new CreateAuthPlexRequest 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

NewCreateAuthPlexRequestWithDefaults

func NewCreateAuthPlexRequestWithDefaults() *CreateAuthPlexRequest

NewCreateAuthPlexRequestWithDefaults instantiates a new CreateAuthPlexRequest 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

GetAuthToken

func (o *CreateAuthPlexRequest) GetAuthToken() string

GetAuthToken returns the AuthToken field if non-nil, zero value otherwise.

GetAuthTokenOk

func (o *CreateAuthPlexRequest) GetAuthTokenOk() (*string, bool)

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

SetAuthToken

func (o *CreateAuthPlexRequest) SetAuthToken(v string)

SetAuthToken sets AuthToken field to given value.

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