Skip to content

Latest commit

 

History

History
150 lines (81 loc) · 4.48 KB

PlexAuthenticationChallenge.md

File metadata and controls

150 lines (81 loc) · 4.48 KB

PlexAuthenticationChallenge

Properties

Name Type Description Notes
FlowInfo Pointer to ContextualFlowInfo [optional]
Component Pointer to string [optional] [default to "ak-source-plex"]
ResponseErrors Pointer to map[string][]ErrorDetail [optional]
ClientId string
Slug string

Methods

NewPlexAuthenticationChallenge

func NewPlexAuthenticationChallenge(clientId string, slug string, ) *PlexAuthenticationChallenge

NewPlexAuthenticationChallenge instantiates a new PlexAuthenticationChallenge 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

NewPlexAuthenticationChallengeWithDefaults

func NewPlexAuthenticationChallengeWithDefaults() *PlexAuthenticationChallenge

NewPlexAuthenticationChallengeWithDefaults instantiates a new PlexAuthenticationChallenge 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

GetFlowInfo

func (o *PlexAuthenticationChallenge) GetFlowInfo() ContextualFlowInfo

GetFlowInfo returns the FlowInfo field if non-nil, zero value otherwise.

GetFlowInfoOk

func (o *PlexAuthenticationChallenge) GetFlowInfoOk() (*ContextualFlowInfo, bool)

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

SetFlowInfo

func (o *PlexAuthenticationChallenge) SetFlowInfo(v ContextualFlowInfo)

SetFlowInfo sets FlowInfo field to given value.

HasFlowInfo

func (o *PlexAuthenticationChallenge) HasFlowInfo() bool

HasFlowInfo returns a boolean if a field has been set.

GetComponent

func (o *PlexAuthenticationChallenge) GetComponent() string

GetComponent returns the Component field if non-nil, zero value otherwise.

GetComponentOk

func (o *PlexAuthenticationChallenge) GetComponentOk() (*string, bool)

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

SetComponent

func (o *PlexAuthenticationChallenge) SetComponent(v string)

SetComponent sets Component field to given value.

HasComponent

func (o *PlexAuthenticationChallenge) HasComponent() bool

HasComponent returns a boolean if a field has been set.

GetResponseErrors

func (o *PlexAuthenticationChallenge) GetResponseErrors() map[string][]ErrorDetail

GetResponseErrors returns the ResponseErrors field if non-nil, zero value otherwise.

GetResponseErrorsOk

func (o *PlexAuthenticationChallenge) GetResponseErrorsOk() (*map[string][]ErrorDetail, bool)

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

SetResponseErrors

func (o *PlexAuthenticationChallenge) SetResponseErrors(v map[string][]ErrorDetail)

SetResponseErrors sets ResponseErrors field to given value.

HasResponseErrors

func (o *PlexAuthenticationChallenge) HasResponseErrors() bool

HasResponseErrors returns a boolean if a field has been set.

GetClientId

func (o *PlexAuthenticationChallenge) GetClientId() string

GetClientId returns the ClientId field if non-nil, zero value otherwise.

GetClientIdOk

func (o *PlexAuthenticationChallenge) GetClientIdOk() (*string, bool)

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

SetClientId

func (o *PlexAuthenticationChallenge) SetClientId(v string)

SetClientId sets ClientId field to given value.

GetSlug

func (o *PlexAuthenticationChallenge) GetSlug() string

GetSlug returns the Slug field if non-nil, zero value otherwise.

GetSlugOk

func (o *PlexAuthenticationChallenge) GetSlugOk() (*string, bool)

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

SetSlug

func (o *PlexAuthenticationChallenge) SetSlug(v string)

SetSlug sets Slug field to given value.

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