Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.77 KB

ManualWorkItemDetails.md

File metadata and controls

160 lines (87 loc) · 4.77 KB

ManualWorkItemDetails

Properties

Name Type Description Notes
Forwarded Pointer to bool True if the request for this item was forwarded from one owner to another. [optional]
OriginalOwner Pointer to BaseReferenceDto [optional]
CurrentOwner Pointer to BaseReferenceDto [optional]
Modified Pointer to time.Time Time at which item was modified. [optional]
Status Pointer to ManualWorkItemState [optional]

Methods

NewManualWorkItemDetails

func NewManualWorkItemDetails() *ManualWorkItemDetails

NewManualWorkItemDetails instantiates a new ManualWorkItemDetails 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

NewManualWorkItemDetailsWithDefaults

func NewManualWorkItemDetailsWithDefaults() *ManualWorkItemDetails

NewManualWorkItemDetailsWithDefaults instantiates a new ManualWorkItemDetails 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

GetForwarded

func (o *ManualWorkItemDetails) GetForwarded() bool

GetForwarded returns the Forwarded field if non-nil, zero value otherwise.

GetForwardedOk

func (o *ManualWorkItemDetails) GetForwardedOk() (*bool, bool)

GetForwardedOk returns a tuple with the Forwarded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetForwarded

func (o *ManualWorkItemDetails) SetForwarded(v bool)

SetForwarded sets Forwarded field to given value.

HasForwarded

func (o *ManualWorkItemDetails) HasForwarded() bool

HasForwarded returns a boolean if a field has been set.

GetOriginalOwner

func (o *ManualWorkItemDetails) GetOriginalOwner() BaseReferenceDto

GetOriginalOwner returns the OriginalOwner field if non-nil, zero value otherwise.

GetOriginalOwnerOk

func (o *ManualWorkItemDetails) GetOriginalOwnerOk() (*BaseReferenceDto, bool)

GetOriginalOwnerOk returns a tuple with the OriginalOwner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOriginalOwner

func (o *ManualWorkItemDetails) SetOriginalOwner(v BaseReferenceDto)

SetOriginalOwner sets OriginalOwner field to given value.

HasOriginalOwner

func (o *ManualWorkItemDetails) HasOriginalOwner() bool

HasOriginalOwner returns a boolean if a field has been set.

GetCurrentOwner

func (o *ManualWorkItemDetails) GetCurrentOwner() BaseReferenceDto

GetCurrentOwner returns the CurrentOwner field if non-nil, zero value otherwise.

GetCurrentOwnerOk

func (o *ManualWorkItemDetails) GetCurrentOwnerOk() (*BaseReferenceDto, bool)

GetCurrentOwnerOk returns a tuple with the CurrentOwner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCurrentOwner

func (o *ManualWorkItemDetails) SetCurrentOwner(v BaseReferenceDto)

SetCurrentOwner sets CurrentOwner field to given value.

HasCurrentOwner

func (o *ManualWorkItemDetails) HasCurrentOwner() bool

HasCurrentOwner returns a boolean if a field has been set.

GetModified

func (o *ManualWorkItemDetails) GetModified() time.Time

GetModified returns the Modified field if non-nil, zero value otherwise.

GetModifiedOk

func (o *ManualWorkItemDetails) 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.

SetModified

func (o *ManualWorkItemDetails) SetModified(v time.Time)

SetModified sets Modified field to given value.

HasModified

func (o *ManualWorkItemDetails) HasModified() bool

HasModified returns a boolean if a field has been set.

GetStatus

func (o *ManualWorkItemDetails) GetStatus() ManualWorkItemState

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ManualWorkItemDetails) GetStatusOk() (*ManualWorkItemState, 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.

SetStatus

func (o *ManualWorkItemDetails) SetStatus(v ManualWorkItemState)

SetStatus sets Status field to given value.

HasStatus

func (o *ManualWorkItemDetails) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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