Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.52 KB

TaskEndpointRequest.md

File metadata and controls

51 lines (28 loc) · 1.52 KB

TaskEndpointRequest

Properties

Name Type Description Notes
Model TaskRequest

Methods

NewTaskEndpointRequest

func NewTaskEndpointRequest(model TaskRequest, ) *TaskEndpointRequest

NewTaskEndpointRequest instantiates a new TaskEndpointRequest 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

NewTaskEndpointRequestWithDefaults

func NewTaskEndpointRequestWithDefaults() *TaskEndpointRequest

NewTaskEndpointRequestWithDefaults instantiates a new TaskEndpointRequest 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

GetModel

func (o *TaskEndpointRequest) GetModel() TaskRequest

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *TaskEndpointRequest) GetModelOk() (*TaskRequest, bool)

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

SetModel

func (o *TaskEndpointRequest) SetModel(v TaskRequest)

SetModel sets Model field to given value.

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