| Name | Type | Description | Notes |
|---|---|---|---|
| Cancel | Pointer to bool | [optional] | |
| Start | Pointer to bool | [optional] |
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
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
func (o *CreatePlexSyncRequest) GetCancel() bool
GetCancel returns the Cancel field if non-nil, zero value otherwise.
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.
func (o *CreatePlexSyncRequest) SetCancel(v bool)
SetCancel sets Cancel field to given value.
func (o *CreatePlexSyncRequest) HasCancel() bool
HasCancel returns a boolean if a field has been set.
func (o *CreatePlexSyncRequest) GetStart() bool
GetStart returns the Start field if non-nil, zero value otherwise.
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.
func (o *CreatePlexSyncRequest) SetStart(v bool)
SetStart sets Start field to given value.
func (o *CreatePlexSyncRequest) HasStart() bool
HasStart returns a boolean if a field has been set.