Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.88 KB

RenewalsSearchRequestDateTypeEndDate.md

File metadata and controls

82 lines (45 loc) · 2.88 KB

RenewalsSearchRequestDateTypeEndDate

Properties

Name Type Description Notes
CustomStartDate Pointer to string Custom from date for Renewal end date. [optional]
CustomEndDate Pointer to string Custom to date for Renewal end date. [optional]

Methods

NewRenewalsSearchRequestDateTypeEndDate

func NewRenewalsSearchRequestDateTypeEndDate() *RenewalsSearchRequestDateTypeEndDate

NewRenewalsSearchRequestDateTypeEndDate instantiates a new RenewalsSearchRequestDateTypeEndDate 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

NewRenewalsSearchRequestDateTypeEndDateWithDefaults

func NewRenewalsSearchRequestDateTypeEndDateWithDefaults() *RenewalsSearchRequestDateTypeEndDate

NewRenewalsSearchRequestDateTypeEndDateWithDefaults instantiates a new RenewalsSearchRequestDateTypeEndDate 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

GetCustomStartDate

func (o *RenewalsSearchRequestDateTypeEndDate) GetCustomStartDate() string

GetCustomStartDate returns the CustomStartDate field if non-nil, zero value otherwise.

GetCustomStartDateOk

func (o *RenewalsSearchRequestDateTypeEndDate) GetCustomStartDateOk() (*string, bool)

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

SetCustomStartDate

func (o *RenewalsSearchRequestDateTypeEndDate) SetCustomStartDate(v string)

SetCustomStartDate sets CustomStartDate field to given value.

HasCustomStartDate

func (o *RenewalsSearchRequestDateTypeEndDate) HasCustomStartDate() bool

HasCustomStartDate returns a boolean if a field has been set.

GetCustomEndDate

func (o *RenewalsSearchRequestDateTypeEndDate) GetCustomEndDate() string

GetCustomEndDate returns the CustomEndDate field if non-nil, zero value otherwise.

GetCustomEndDateOk

func (o *RenewalsSearchRequestDateTypeEndDate) GetCustomEndDateOk() (*string, bool)

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

SetCustomEndDate

func (o *RenewalsSearchRequestDateTypeEndDate) SetCustomEndDate(v string)

SetCustomEndDate sets CustomEndDate field to given value.

HasCustomEndDate

func (o *RenewalsSearchRequestDateTypeEndDate) HasCustomEndDate() bool

HasCustomEndDate returns a boolean if a field has been set.

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