Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | System-generated unique ID of the task this taskStatus represents | [optional] |
Type | Pointer to string | Type of task this task represents | [optional] |
UniqueName | Pointer to string | The name of the task | [optional] |
Description | Pointer to string | The description of the task | [optional] |
Launcher | Pointer to string | The user who initiated the task | [optional] |
Created | Pointer to time.Time | The creation date of the task | [optional] |
Returns | Pointer to []LoadEntitlementTaskReturnsInner | Return values from the task | [optional] |
func NewLoadEntitlementTask() *LoadEntitlementTask
NewLoadEntitlementTask instantiates a new LoadEntitlementTask 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 NewLoadEntitlementTaskWithDefaults() *LoadEntitlementTask
NewLoadEntitlementTaskWithDefaults instantiates a new LoadEntitlementTask 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 *LoadEntitlementTask) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *LoadEntitlementTask) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoadEntitlementTask) SetId(v string)
SetId sets Id field to given value.
func (o *LoadEntitlementTask) HasId() bool
HasId returns a boolean if a field has been set.
func (o *LoadEntitlementTask) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *LoadEntitlementTask) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoadEntitlementTask) SetType(v string)
SetType sets Type field to given value.
func (o *LoadEntitlementTask) HasType() bool
HasType returns a boolean if a field has been set.
func (o *LoadEntitlementTask) GetUniqueName() string
GetUniqueName returns the UniqueName field if non-nil, zero value otherwise.
func (o *LoadEntitlementTask) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoadEntitlementTask) SetUniqueName(v string)
SetUniqueName sets UniqueName field to given value.
func (o *LoadEntitlementTask) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (o *LoadEntitlementTask) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *LoadEntitlementTask) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoadEntitlementTask) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *LoadEntitlementTask) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *LoadEntitlementTask) GetLauncher() string
GetLauncher returns the Launcher field if non-nil, zero value otherwise.
func (o *LoadEntitlementTask) GetLauncherOk() (*string, bool)
GetLauncherOk returns a tuple with the Launcher field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoadEntitlementTask) SetLauncher(v string)
SetLauncher sets Launcher field to given value.
func (o *LoadEntitlementTask) HasLauncher() bool
HasLauncher returns a boolean if a field has been set.
func (o *LoadEntitlementTask) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *LoadEntitlementTask) 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.
func (o *LoadEntitlementTask) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *LoadEntitlementTask) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *LoadEntitlementTask) GetReturns() []LoadEntitlementTaskReturnsInner
GetReturns returns the Returns field if non-nil, zero value otherwise.
func (o *LoadEntitlementTask) GetReturnsOk() (*[]LoadEntitlementTaskReturnsInner, bool)
GetReturnsOk returns a tuple with the Returns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoadEntitlementTask) SetReturns(v []LoadEntitlementTaskReturnsInner)
SetReturns sets Returns field to given value.
func (o *LoadEntitlementTask) HasReturns() bool
HasReturns returns a boolean if a field has been set.