| Name | Type | Description | Notes |
|---|---|---|---|
| AuthToken | string |
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
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
func (o *CreateAuthPlexRequest) GetAuthToken() string
GetAuthToken returns the AuthToken field if non-nil, zero value otherwise.
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.
func (o *CreateAuthPlexRequest) SetAuthToken(v string)
SetAuthToken sets AuthToken field to given value.