Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.29 KB

UserPlexSourceConnectionRequest.md

File metadata and controls

72 lines (39 loc) · 2.29 KB

UserPlexSourceConnectionRequest

Properties

Name Type Description Notes
Identifier string
PlexToken string

Methods

NewUserPlexSourceConnectionRequest

func NewUserPlexSourceConnectionRequest(identifier string, plexToken string, ) *UserPlexSourceConnectionRequest

NewUserPlexSourceConnectionRequest instantiates a new UserPlexSourceConnectionRequest 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

NewUserPlexSourceConnectionRequestWithDefaults

func NewUserPlexSourceConnectionRequestWithDefaults() *UserPlexSourceConnectionRequest

NewUserPlexSourceConnectionRequestWithDefaults instantiates a new UserPlexSourceConnectionRequest 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

GetIdentifier

func (o *UserPlexSourceConnectionRequest) GetIdentifier() string

GetIdentifier returns the Identifier field if non-nil, zero value otherwise.

GetIdentifierOk

func (o *UserPlexSourceConnectionRequest) GetIdentifierOk() (*string, bool)

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

SetIdentifier

func (o *UserPlexSourceConnectionRequest) SetIdentifier(v string)

SetIdentifier sets Identifier field to given value.

GetPlexToken

func (o *UserPlexSourceConnectionRequest) GetPlexToken() string

GetPlexToken returns the PlexToken field if non-nil, zero value otherwise.

GetPlexTokenOk

func (o *UserPlexSourceConnectionRequest) GetPlexTokenOk() (*string, bool)

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

SetPlexToken

func (o *UserPlexSourceConnectionRequest) SetPlexToken(v string)

SetPlexToken sets PlexToken field to given value.

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