Name | Type | Description | Notes |
---|---|---|---|
Status | Pointer to RenewalsSearchRequestStatus | [optional] | |
DateType | Pointer to RenewalsSearchRequestDateType | [optional] | |
Vendor | Pointer to string | The name of the Vendor. | [optional] |
EndUser | Pointer to string | The name of the enduser. | [optional] |
func NewRenewalsSearchRequest() *RenewalsSearchRequest
NewRenewalsSearchRequest instantiates a new RenewalsSearchRequest 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 NewRenewalsSearchRequestWithDefaults() *RenewalsSearchRequest
NewRenewalsSearchRequestWithDefaults instantiates a new RenewalsSearchRequest 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 *RenewalsSearchRequest) GetStatus() RenewalsSearchRequestStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *RenewalsSearchRequest) GetStatusOk() (*RenewalsSearchRequestStatus, 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 *RenewalsSearchRequest) SetStatus(v RenewalsSearchRequestStatus)
SetStatus sets Status field to given value.
func (o *RenewalsSearchRequest) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *RenewalsSearchRequest) GetDateType() RenewalsSearchRequestDateType
GetDateType returns the DateType field if non-nil, zero value otherwise.
func (o *RenewalsSearchRequest) GetDateTypeOk() (*RenewalsSearchRequestDateType, bool)
GetDateTypeOk returns a tuple with the DateType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenewalsSearchRequest) SetDateType(v RenewalsSearchRequestDateType)
SetDateType sets DateType field to given value.
func (o *RenewalsSearchRequest) HasDateType() bool
HasDateType returns a boolean if a field has been set.
func (o *RenewalsSearchRequest) GetVendor() string
GetVendor returns the Vendor field if non-nil, zero value otherwise.
func (o *RenewalsSearchRequest) GetVendorOk() (*string, bool)
GetVendorOk returns a tuple with the Vendor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenewalsSearchRequest) SetVendor(v string)
SetVendor sets Vendor field to given value.
func (o *RenewalsSearchRequest) HasVendor() bool
HasVendor returns a boolean if a field has been set.
func (o *RenewalsSearchRequest) GetEndUser() string
GetEndUser returns the EndUser field if non-nil, zero value otherwise.
func (o *RenewalsSearchRequest) GetEndUserOk() (*string, bool)
GetEndUserOk returns a tuple with the EndUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenewalsSearchRequest) SetEndUser(v string)
SetEndUser sets EndUser field to given value.
func (o *RenewalsSearchRequest) HasEndUser() bool
HasEndUser returns a boolean if a field has been set.