Name | Type | Description | Notes |
---|---|---|---|
ResourceUUID | Pointer to string | UUID of the resource being modified by the task | [optional] [readonly] |
TaskUUID | Pointer to string | Task UUID | [optional] [readonly] |
func NewYBPTask() *YBPTask
NewYBPTask instantiates a new YBPTask 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 NewYBPTaskWithDefaults() *YBPTask
NewYBPTaskWithDefaults instantiates a new YBPTask 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 *YBPTask) GetResourceUUID() string
GetResourceUUID returns the ResourceUUID field if non-nil, zero value otherwise.
func (o *YBPTask) GetResourceUUIDOk() (*string, bool)
GetResourceUUIDOk returns a tuple with the ResourceUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *YBPTask) SetResourceUUID(v string)
SetResourceUUID sets ResourceUUID field to given value.
func (o *YBPTask) HasResourceUUID() bool
HasResourceUUID returns a boolean if a field has been set.
func (o *YBPTask) GetTaskUUID() string
GetTaskUUID returns the TaskUUID field if non-nil, zero value otherwise.
func (o *YBPTask) GetTaskUUIDOk() (*string, bool)
GetTaskUUIDOk returns a tuple with the TaskUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *YBPTask) SetTaskUUID(v string)
SetTaskUUID sets TaskUUID field to given value.
func (o *YBPTask) HasTaskUUID() bool
HasTaskUUID returns a boolean if a field has been set.