Name | Type | Description | Notes |
---|---|---|---|
Key | Pointer to string | [optional] | |
Timestamp | Pointer to string | [optional] | |
ExecutionDate | Pointer to string | [optional] | |
TaskId | Pointer to string | [optional] | |
DagId | Pointer to string | [optional] |
func NewXComCollectionItem() *XComCollectionItem
NewXComCollectionItem instantiates a new XComCollectionItem 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 NewXComCollectionItemWithDefaults() *XComCollectionItem
NewXComCollectionItemWithDefaults instantiates a new XComCollectionItem 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 *XComCollectionItem) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *XComCollectionItem) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XComCollectionItem) SetKey(v string)
SetKey sets Key field to given value.
func (o *XComCollectionItem) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *XComCollectionItem) GetTimestamp() string
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *XComCollectionItem) GetTimestampOk() (*string, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XComCollectionItem) SetTimestamp(v string)
SetTimestamp sets Timestamp field to given value.
func (o *XComCollectionItem) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *XComCollectionItem) GetExecutionDate() string
GetExecutionDate returns the ExecutionDate field if non-nil, zero value otherwise.
func (o *XComCollectionItem) GetExecutionDateOk() (*string, bool)
GetExecutionDateOk returns a tuple with the ExecutionDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XComCollectionItem) SetExecutionDate(v string)
SetExecutionDate sets ExecutionDate field to given value.
func (o *XComCollectionItem) HasExecutionDate() bool
HasExecutionDate returns a boolean if a field has been set.
func (o *XComCollectionItem) GetTaskId() string
GetTaskId returns the TaskId field if non-nil, zero value otherwise.
func (o *XComCollectionItem) GetTaskIdOk() (*string, bool)
GetTaskIdOk returns a tuple with the TaskId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XComCollectionItem) SetTaskId(v string)
SetTaskId sets TaskId field to given value.
func (o *XComCollectionItem) HasTaskId() bool
HasTaskId returns a boolean if a field has been set.
func (o *XComCollectionItem) GetDagId() string
GetDagId returns the DagId field if non-nil, zero value otherwise.
func (o *XComCollectionItem) GetDagIdOk() (*string, bool)
GetDagIdOk returns a tuple with the DagId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XComCollectionItem) SetDagId(v string)
SetDagId sets DagId field to given value.
func (o *XComCollectionItem) HasDagId() bool
HasDagId returns a boolean if a field has been set.