Name | Type | Description | Notes |
---|---|---|---|
Identifier | string | ||
PlexToken | string |
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
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
func (o *UserPlexSourceConnectionRequest) GetIdentifier() string
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
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.
func (o *UserPlexSourceConnectionRequest) SetIdentifier(v string)
SetIdentifier sets Identifier field to given value.
func (o *UserPlexSourceConnectionRequest) GetPlexToken() string
GetPlexToken returns the PlexToken field if non-nil, zero value otherwise.
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.
func (o *UserPlexSourceConnectionRequest) SetPlexToken(v string)
SetPlexToken sets PlexToken field to given value.