Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.63 KB

PatchedPlexSourceConnectionRequest.md

File metadata and controls

82 lines (45 loc) · 2.63 KB

PatchedPlexSourceConnectionRequest

Properties

Name Type Description Notes
Identifier Pointer to string [optional]
PlexToken Pointer to string [optional]

Methods

NewPatchedPlexSourceConnectionRequest

func NewPatchedPlexSourceConnectionRequest() *PatchedPlexSourceConnectionRequest

NewPatchedPlexSourceConnectionRequest instantiates a new PatchedPlexSourceConnectionRequest 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

NewPatchedPlexSourceConnectionRequestWithDefaults

func NewPatchedPlexSourceConnectionRequestWithDefaults() *PatchedPlexSourceConnectionRequest

NewPatchedPlexSourceConnectionRequestWithDefaults instantiates a new PatchedPlexSourceConnectionRequest 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 *PatchedPlexSourceConnectionRequest) GetIdentifier() string

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

GetIdentifierOk

func (o *PatchedPlexSourceConnectionRequest) 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 *PatchedPlexSourceConnectionRequest) SetIdentifier(v string)

SetIdentifier sets Identifier field to given value.

HasIdentifier

func (o *PatchedPlexSourceConnectionRequest) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

GetPlexToken

func (o *PatchedPlexSourceConnectionRequest) GetPlexToken() string

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

GetPlexTokenOk

func (o *PatchedPlexSourceConnectionRequest) 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 *PatchedPlexSourceConnectionRequest) SetPlexToken(v string)

SetPlexToken sets PlexToken field to given value.

HasPlexToken

func (o *PatchedPlexSourceConnectionRequest) HasPlexToken() bool

HasPlexToken returns a boolean if a field has been set.

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