Name | Type | Description | Notes |
---|---|---|---|
Action | Pointer to string | The type of action that this activity performed | [optional] |
Created | Pointer to NullableTime | A date-time in ISO-8601 format | [optional] |
Modified | Pointer to NullableTime | A date-time in ISO-8601 format | [optional] |
Stage | Pointer to string | The current stage of the activity | [optional] |
Origin | Pointer to NullableString | [optional] | |
Status | Pointer to string | the current status of the activity | [optional] |
Requester | Pointer to Source1 | [optional] | |
Recipient | Pointer to Source1 | [optional] | |
TrackingNumber | Pointer to string | [optional] | |
Errors | Pointer to []string | [optional] | |
Warnings | Pointer to []string | [optional] | |
Approvals | Pointer to []Approval | [optional] | |
OriginalRequests | Pointer to []OriginalRequest | [optional] | |
ExpansionItems | Pointer to []ExpansionItem | [optional] | |
AccountRequests | Pointer to []AccountRequest | [optional] | |
Sources | Pointer to string | [optional] |
func NewAccountActivitySearchedItemAllOf() *AccountActivitySearchedItemAllOf
NewAccountActivitySearchedItemAllOf instantiates a new AccountActivitySearchedItemAllOf 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 NewAccountActivitySearchedItemAllOfWithDefaults() *AccountActivitySearchedItemAllOf
NewAccountActivitySearchedItemAllOfWithDefaults instantiates a new AccountActivitySearchedItemAllOf 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 *AccountActivitySearchedItemAllOf) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetAction(v string)
SetAction sets Action field to given value.
func (o *AccountActivitySearchedItemAllOf) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) 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 *AccountActivitySearchedItemAllOf) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *AccountActivitySearchedItemAllOf) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) SetCreatedNil(b bool)
SetCreatedNil sets the value for Created to be an explicit nil
func (o *AccountActivitySearchedItemAllOf) UnsetCreated()
UnsetCreated ensures that no value is present for Created, not even an explicit nil
func (o *AccountActivitySearchedItemAllOf) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetModifiedOk() (*time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *AccountActivitySearchedItemAllOf) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) SetModifiedNil(b bool)
SetModifiedNil sets the value for Modified to be an explicit nil
func (o *AccountActivitySearchedItemAllOf) UnsetModified()
UnsetModified ensures that no value is present for Modified, not even an explicit nil
func (o *AccountActivitySearchedItemAllOf) GetStage() string
GetStage returns the Stage field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetStageOk() (*string, bool)
GetStageOk returns a tuple with the Stage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetStage(v string)
SetStage sets Stage field to given value.
func (o *AccountActivitySearchedItemAllOf) HasStage() bool
HasStage returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) GetOrigin() string
GetOrigin returns the Origin field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetOriginOk() (*string, bool)
GetOriginOk returns a tuple with the Origin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetOrigin(v string)
SetOrigin sets Origin field to given value.
func (o *AccountActivitySearchedItemAllOf) HasOrigin() bool
HasOrigin returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) SetOriginNil(b bool)
SetOriginNil sets the value for Origin to be an explicit nil
func (o *AccountActivitySearchedItemAllOf) UnsetOrigin()
UnsetOrigin ensures that no value is present for Origin, not even an explicit nil
func (o *AccountActivitySearchedItemAllOf) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *AccountActivitySearchedItemAllOf) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) GetRequester() Source1
GetRequester returns the Requester field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetRequesterOk() (*Source1, bool)
GetRequesterOk returns a tuple with the Requester field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetRequester(v Source1)
SetRequester sets Requester field to given value.
func (o *AccountActivitySearchedItemAllOf) HasRequester() bool
HasRequester returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) GetRecipient() Source1
GetRecipient returns the Recipient field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetRecipientOk() (*Source1, bool)
GetRecipientOk returns a tuple with the Recipient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetRecipient(v Source1)
SetRecipient sets Recipient field to given value.
func (o *AccountActivitySearchedItemAllOf) HasRecipient() bool
HasRecipient returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) GetTrackingNumber() string
GetTrackingNumber returns the TrackingNumber field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetTrackingNumberOk() (*string, bool)
GetTrackingNumberOk returns a tuple with the TrackingNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetTrackingNumber(v string)
SetTrackingNumber sets TrackingNumber field to given value.
func (o *AccountActivitySearchedItemAllOf) HasTrackingNumber() bool
HasTrackingNumber returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) GetErrors() []string
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetErrorsOk() (*[]string, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetErrors(v []string)
SetErrors sets Errors field to given value.
func (o *AccountActivitySearchedItemAllOf) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) SetErrorsNil(b bool)
SetErrorsNil sets the value for Errors to be an explicit nil
func (o *AccountActivitySearchedItemAllOf) UnsetErrors()
UnsetErrors ensures that no value is present for Errors, not even an explicit nil
func (o *AccountActivitySearchedItemAllOf) GetWarnings() []string
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetWarningsOk() (*[]string, bool)
GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetWarnings(v []string)
SetWarnings sets Warnings field to given value.
func (o *AccountActivitySearchedItemAllOf) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) SetWarningsNil(b bool)
SetWarningsNil sets the value for Warnings to be an explicit nil
func (o *AccountActivitySearchedItemAllOf) UnsetWarnings()
UnsetWarnings ensures that no value is present for Warnings, not even an explicit nil
func (o *AccountActivitySearchedItemAllOf) GetApprovals() []Approval
GetApprovals returns the Approvals field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetApprovalsOk() (*[]Approval, bool)
GetApprovalsOk returns a tuple with the Approvals field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetApprovals(v []Approval)
SetApprovals sets Approvals field to given value.
func (o *AccountActivitySearchedItemAllOf) HasApprovals() bool
HasApprovals returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) GetOriginalRequests() []OriginalRequest
GetOriginalRequests returns the OriginalRequests field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetOriginalRequestsOk() (*[]OriginalRequest, bool)
GetOriginalRequestsOk returns a tuple with the OriginalRequests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetOriginalRequests(v []OriginalRequest)
SetOriginalRequests sets OriginalRequests field to given value.
func (o *AccountActivitySearchedItemAllOf) HasOriginalRequests() bool
HasOriginalRequests returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) GetExpansionItems() []ExpansionItem
GetExpansionItems returns the ExpansionItems field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetExpansionItemsOk() (*[]ExpansionItem, bool)
GetExpansionItemsOk returns a tuple with the ExpansionItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetExpansionItems(v []ExpansionItem)
SetExpansionItems sets ExpansionItems field to given value.
func (o *AccountActivitySearchedItemAllOf) HasExpansionItems() bool
HasExpansionItems returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) GetAccountRequests() []AccountRequest
GetAccountRequests returns the AccountRequests field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetAccountRequestsOk() (*[]AccountRequest, bool)
GetAccountRequestsOk returns a tuple with the AccountRequests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetAccountRequests(v []AccountRequest)
SetAccountRequests sets AccountRequests field to given value.
func (o *AccountActivitySearchedItemAllOf) HasAccountRequests() bool
HasAccountRequests returns a boolean if a field has been set.
func (o *AccountActivitySearchedItemAllOf) GetSources() string
GetSources returns the Sources field if non-nil, zero value otherwise.
func (o *AccountActivitySearchedItemAllOf) GetSourcesOk() (*string, bool)
GetSourcesOk returns a tuple with the Sources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountActivitySearchedItemAllOf) SetSources(v string)
SetSources sets Sources field to given value.
func (o *AccountActivitySearchedItemAllOf) HasSources() bool
HasSources returns a boolean if a field has been set.