Name | Type | Description | Notes |
---|---|---|---|
Pk | int32 | [readonly] | |
User | int32 | [readonly] | |
Source | Source | [readonly] | |
Created | time.Time | [readonly] | |
Identifier | string |
func NewUserPlexSourceConnection(pk int32, user int32, source Source, created time.Time, identifier string, ) *UserPlexSourceConnection
NewUserPlexSourceConnection instantiates a new UserPlexSourceConnection 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 NewUserPlexSourceConnectionWithDefaults() *UserPlexSourceConnection
NewUserPlexSourceConnectionWithDefaults instantiates a new UserPlexSourceConnection 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 *UserPlexSourceConnection) GetPk() int32
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *UserPlexSourceConnection) GetPkOk() (*int32, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserPlexSourceConnection) SetPk(v int32)
SetPk sets Pk field to given value.
func (o *UserPlexSourceConnection) GetUser() int32
GetUser returns the User field if non-nil, zero value otherwise.
func (o *UserPlexSourceConnection) GetUserOk() (*int32, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserPlexSourceConnection) SetUser(v int32)
SetUser sets User field to given value.
func (o *UserPlexSourceConnection) GetSource() Source
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *UserPlexSourceConnection) GetSourceOk() (*Source, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserPlexSourceConnection) SetSource(v Source)
SetSource sets Source field to given value.
func (o *UserPlexSourceConnection) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *UserPlexSourceConnection) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserPlexSourceConnection) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *UserPlexSourceConnection) GetIdentifier() string
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *UserPlexSourceConnection) 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 *UserPlexSourceConnection) SetIdentifier(v string)
SetIdentifier sets Identifier field to given value.