| Name | Type | Description | Notes |
|---|---|---|---|
| VendorStatus | Pointer to string | [optional] | |
| Reason | Pointer to string | [optional] | |
| EventDate | Pointer to string | [optional] | |
| CreatedBy | Pointer to string | [optional] |
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
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
func (o *VendorTimelineResponseListInner) GetVendorStatus() string
GetVendorStatus returns the VendorStatus field if non-nil, zero value otherwise.
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.
func (o *VendorTimelineResponseListInner) SetVendorStatus(v string)
SetVendorStatus sets VendorStatus field to given value.
func (o *VendorTimelineResponseListInner) HasVendorStatus() bool
HasVendorStatus returns a boolean if a field has been set.
func (o *VendorTimelineResponseListInner) GetReason() string
GetReason returns the Reason field if non-nil, zero value otherwise.
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.
func (o *VendorTimelineResponseListInner) SetReason(v string)
SetReason sets Reason field to given value.
func (o *VendorTimelineResponseListInner) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *VendorTimelineResponseListInner) GetEventDate() string
GetEventDate returns the EventDate field if non-nil, zero value otherwise.
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.
func (o *VendorTimelineResponseListInner) SetEventDate(v string)
SetEventDate sets EventDate field to given value.
func (o *VendorTimelineResponseListInner) HasEventDate() bool
HasEventDate returns a boolean if a field has been set.
func (o *VendorTimelineResponseListInner) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
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.
func (o *VendorTimelineResponseListInner) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *VendorTimelineResponseListInner) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.