Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.68 KB

UserPlexSourceConnection.md

File metadata and controls

135 lines (72 loc) · 3.68 KB

UserPlexSourceConnection

Properties

Name Type Description Notes
Pk int32 [readonly]
User int32 [readonly]
Source Source [readonly]
Created time.Time [readonly]
Identifier string

Methods

NewUserPlexSourceConnection

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

NewUserPlexSourceConnectionWithDefaults

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

GetPk

func (o *UserPlexSourceConnection) GetPk() int32

GetPk returns the Pk field if non-nil, zero value otherwise.

GetPkOk

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.

SetPk

func (o *UserPlexSourceConnection) SetPk(v int32)

SetPk sets Pk field to given value.

GetUser

func (o *UserPlexSourceConnection) GetUser() int32

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

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.

SetUser

func (o *UserPlexSourceConnection) SetUser(v int32)

SetUser sets User field to given value.

GetSource

func (o *UserPlexSourceConnection) GetSource() Source

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

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.

SetSource

func (o *UserPlexSourceConnection) SetSource(v Source)

SetSource sets Source field to given value.

GetCreated

func (o *UserPlexSourceConnection) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

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.

SetCreated

func (o *UserPlexSourceConnection) SetCreated(v time.Time)

SetCreated sets Created field to given value.

GetIdentifier

func (o *UserPlexSourceConnection) GetIdentifier() string

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

GetIdentifierOk

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.

SetIdentifier

func (o *UserPlexSourceConnection) SetIdentifier(v string)

SetIdentifier sets Identifier field to given value.

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