Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.25 KB

File metadata and controls

82 lines (45 loc) · 2.25 KB

CreatePlexSyncRequest

Properties

Name Type Description Notes
Cancel Pointer to bool [optional]
Start Pointer to bool [optional]

Methods

NewCreatePlexSyncRequest

func NewCreatePlexSyncRequest() *CreatePlexSyncRequest

NewCreatePlexSyncRequest instantiates a new CreatePlexSyncRequest 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

NewCreatePlexSyncRequestWithDefaults

func NewCreatePlexSyncRequestWithDefaults() *CreatePlexSyncRequest

NewCreatePlexSyncRequestWithDefaults instantiates a new CreatePlexSyncRequest 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

GetCancel

func (o *CreatePlexSyncRequest) GetCancel() bool

GetCancel returns the Cancel field if non-nil, zero value otherwise.

GetCancelOk

func (o *CreatePlexSyncRequest) GetCancelOk() (*bool, bool)

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

SetCancel

func (o *CreatePlexSyncRequest) SetCancel(v bool)

SetCancel sets Cancel field to given value.

HasCancel

func (o *CreatePlexSyncRequest) HasCancel() bool

HasCancel returns a boolean if a field has been set.

GetStart

func (o *CreatePlexSyncRequest) GetStart() bool

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *CreatePlexSyncRequest) GetStartOk() (*bool, bool)

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

SetStart

func (o *CreatePlexSyncRequest) SetStart(v bool)

SetStart sets Start field to given value.

HasStart

func (o *CreatePlexSyncRequest) HasStart() bool

HasStart returns a boolean if a field has been set.

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