Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.77 KB

GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter.md

File metadata and controls

160 lines (87 loc) · 5.77 KB

GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter

Properties

Name Type Description Notes
Lt Pointer to time.Time comparative operator used to filter for all values less than the given value [optional]
Gt Pointer to time.Time comparative operator used to filter for all values greater than the given value [optional]
Lte Pointer to time.Time comparative operator used to filter for all values less than or equal to the given value [optional]
Gte Pointer to time.Time comparative operator used to filter for all values greater than or equal to the given value [optional]
Neq Pointer to time.Time comparative operator used to filter for all values not equal to the given value [optional]

Methods

NewGetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter

func NewGetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter() *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter

NewGetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter instantiates a new GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter 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

NewGetAdministeredLicensingSubscriptionSubscriptionsStartDateParameterWithDefaults

func NewGetAdministeredLicensingSubscriptionSubscriptionsStartDateParameterWithDefaults() *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter

NewGetAdministeredLicensingSubscriptionSubscriptionsStartDateParameterWithDefaults instantiates a new GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter 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

GetLt

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) GetLt() time.Time

GetLt returns the Lt field if non-nil, zero value otherwise.

GetLtOk

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) GetLtOk() (*time.Time, bool)

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

SetLt

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) SetLt(v time.Time)

SetLt sets Lt field to given value.

HasLt

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) HasLt() bool

HasLt returns a boolean if a field has been set.

GetGt

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) GetGt() time.Time

GetGt returns the Gt field if non-nil, zero value otherwise.

GetGtOk

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) GetGtOk() (*time.Time, bool)

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

SetGt

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) SetGt(v time.Time)

SetGt sets Gt field to given value.

HasGt

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) HasGt() bool

HasGt returns a boolean if a field has been set.

GetLte

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) GetLte() time.Time

GetLte returns the Lte field if non-nil, zero value otherwise.

GetLteOk

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) GetLteOk() (*time.Time, bool)

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

SetLte

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) SetLte(v time.Time)

SetLte sets Lte field to given value.

HasLte

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) HasLte() bool

HasLte returns a boolean if a field has been set.

GetGte

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) GetGte() time.Time

GetGte returns the Gte field if non-nil, zero value otherwise.

GetGteOk

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) GetGteOk() (*time.Time, bool)

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

SetGte

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) SetGte(v time.Time)

SetGte sets Gte field to given value.

HasGte

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) HasGte() bool

HasGte returns a boolean if a field has been set.

GetNeq

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) GetNeq() time.Time

GetNeq returns the Neq field if non-nil, zero value otherwise.

GetNeqOk

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) GetNeqOk() (*time.Time, bool)

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

SetNeq

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) SetNeq(v time.Time)

SetNeq sets Neq field to given value.

HasNeq

func (o *GetAdministeredLicensingSubscriptionSubscriptionsStartDateParameter) HasNeq() bool

HasNeq returns a boolean if a field has been set.

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