Files
plexgo/pms/docs/GetButlerTasks200ResponseButlerTasks.md
2023-08-10 21:24:37 -05:00

67 lines
2.3 KiB
Markdown

# GetButlerTasks200ResponseButlerTasks
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ButlerTask** | Pointer to **interface{}** | | [optional]
## Methods
### NewGetButlerTasks200ResponseButlerTasks
`func NewGetButlerTasks200ResponseButlerTasks() *GetButlerTasks200ResponseButlerTasks`
NewGetButlerTasks200ResponseButlerTasks instantiates a new GetButlerTasks200ResponseButlerTasks 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
### NewGetButlerTasks200ResponseButlerTasksWithDefaults
`func NewGetButlerTasks200ResponseButlerTasksWithDefaults() *GetButlerTasks200ResponseButlerTasks`
NewGetButlerTasks200ResponseButlerTasksWithDefaults instantiates a new GetButlerTasks200ResponseButlerTasks 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
### GetButlerTask
`func (o *GetButlerTasks200ResponseButlerTasks) GetButlerTask() interface{}`
GetButlerTask returns the ButlerTask field if non-nil, zero value otherwise.
### GetButlerTaskOk
`func (o *GetButlerTasks200ResponseButlerTasks) GetButlerTaskOk() (*interface{}, bool)`
GetButlerTaskOk returns a tuple with the ButlerTask field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetButlerTask
`func (o *GetButlerTasks200ResponseButlerTasks) SetButlerTask(v interface{})`
SetButlerTask sets ButlerTask field to given value.
### HasButlerTask
`func (o *GetButlerTasks200ResponseButlerTasks) HasButlerTask() bool`
HasButlerTask returns a boolean if a field has been set.
### SetButlerTaskNil
`func (o *GetButlerTasks200ResponseButlerTasks) SetButlerTaskNil(b bool)`
SetButlerTaskNil sets the value for ButlerTask to be an explicit nil
### UnsetButlerTask
`func (o *GetButlerTasks200ResponseButlerTasks) UnsetButlerTask()`
UnsetButlerTask ensures that no value is present for ButlerTask, not even an explicit nil
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)