XComCollectionItem

Properties

NameTypeDescriptionNotes
KeyPointer to string[optional]
TimestampPointer to string[optional]
ExecutionDatePointer to string[optional]
TaskIdPointer to string[optional]
DagIdPointer to string[optional]

Methods

NewXComCollectionItem

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

NewXComCollectionItemWithDefaults

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

GetKey

func (o *XComCollectionItem) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *XComCollectionItem) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *XComCollectionItem) HasKey() bool

HasKey returns a boolean if a field has been set.

GetTimestamp

func (o *XComCollectionItem) GetTimestamp() string

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

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.

SetTimestamp

func (o *XComCollectionItem) SetTimestamp(v string)

SetTimestamp sets Timestamp field to given value.

HasTimestamp

func (o *XComCollectionItem) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

GetExecutionDate

func (o *XComCollectionItem) GetExecutionDate() string

GetExecutionDate returns the ExecutionDate field if non-nil, zero value otherwise.

GetExecutionDateOk

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.

SetExecutionDate

func (o *XComCollectionItem) SetExecutionDate(v string)

SetExecutionDate sets ExecutionDate field to given value.

HasExecutionDate

func (o *XComCollectionItem) HasExecutionDate() bool

HasExecutionDate returns a boolean if a field has been set.

GetTaskId

func (o *XComCollectionItem) GetTaskId() string

GetTaskId returns the TaskId field if non-nil, zero value otherwise.

GetTaskIdOk

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.

SetTaskId

func (o *XComCollectionItem) SetTaskId(v string)

SetTaskId sets TaskId field to given value.

HasTaskId

func (o *XComCollectionItem) HasTaskId() bool

HasTaskId returns a boolean if a field has been set.

GetDagId

func (o *XComCollectionItem) GetDagId() string

GetDagId returns the DagId field if non-nil, zero value otherwise.

GetDagIdOk

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.

SetDagId

func (o *XComCollectionItem) SetDagId(v string)

SetDagId sets DagId field to given value.

HasDagId

func (o *XComCollectionItem) HasDagId() bool

HasDagId returns a boolean if a field has been set.

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