Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4 KB

File metadata and controls

134 lines (73 loc) · 4 KB

VendorTimelineResponseListInner

Properties

Name Type Description Notes
VendorStatus Pointer to string [optional]
Reason Pointer to string [optional]
EventDate Pointer to string [optional]
CreatedBy Pointer to string [optional]

Methods

NewVendorTimelineResponseListInner

func NewVendorTimelineResponseListInner() *VendorTimelineResponseListInner

NewVendorTimelineResponseListInner instantiates a new VendorTimelineResponseListInner 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

NewVendorTimelineResponseListInnerWithDefaults

func NewVendorTimelineResponseListInnerWithDefaults() *VendorTimelineResponseListInner

NewVendorTimelineResponseListInnerWithDefaults instantiates a new VendorTimelineResponseListInner 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

GetVendorStatus

func (o *VendorTimelineResponseListInner) GetVendorStatus() string

GetVendorStatus returns the VendorStatus field if non-nil, zero value otherwise.

GetVendorStatusOk

func (o *VendorTimelineResponseListInner) GetVendorStatusOk() (*string, bool)

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

SetVendorStatus

func (o *VendorTimelineResponseListInner) SetVendorStatus(v string)

SetVendorStatus sets VendorStatus field to given value.

HasVendorStatus

func (o *VendorTimelineResponseListInner) HasVendorStatus() bool

HasVendorStatus returns a boolean if a field has been set.

GetReason

func (o *VendorTimelineResponseListInner) GetReason() string

GetReason returns the Reason field if non-nil, zero value otherwise.

GetReasonOk

func (o *VendorTimelineResponseListInner) GetReasonOk() (*string, bool)

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

SetReason

func (o *VendorTimelineResponseListInner) SetReason(v string)

SetReason sets Reason field to given value.

HasReason

func (o *VendorTimelineResponseListInner) HasReason() bool

HasReason returns a boolean if a field has been set.

GetEventDate

func (o *VendorTimelineResponseListInner) GetEventDate() string

GetEventDate returns the EventDate field if non-nil, zero value otherwise.

GetEventDateOk

func (o *VendorTimelineResponseListInner) GetEventDateOk() (*string, bool)

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

SetEventDate

func (o *VendorTimelineResponseListInner) SetEventDate(v string)

SetEventDate sets EventDate field to given value.

HasEventDate

func (o *VendorTimelineResponseListInner) HasEventDate() bool

HasEventDate returns a boolean if a field has been set.

GetCreatedBy

func (o *VendorTimelineResponseListInner) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *VendorTimelineResponseListInner) GetCreatedByOk() (*string, bool)

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

SetCreatedBy

func (o *VendorTimelineResponseListInner) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *VendorTimelineResponseListInner) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

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