Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.24 KB

BillingEventAllOf.md

File metadata and controls

82 lines (45 loc) · 2.24 KB

BillingEventAllOf

Properties

Name Type Description Notes
Id Pointer to string [optional] [readonly]
ModifiedOn Pointer to time.Time [optional] [readonly]

Methods

NewBillingEventAllOf

func NewBillingEventAllOf() *BillingEventAllOf

NewBillingEventAllOf instantiates a new BillingEventAllOf 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

NewBillingEventAllOfWithDefaults

func NewBillingEventAllOfWithDefaults() *BillingEventAllOf

NewBillingEventAllOfWithDefaults instantiates a new BillingEventAllOf 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

GetId

func (o *BillingEventAllOf) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *BillingEventAllOf) GetIdOk() (*string, bool)

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

SetId

func (o *BillingEventAllOf) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *BillingEventAllOf) HasId() bool

HasId returns a boolean if a field has been set.

GetModifiedOn

func (o *BillingEventAllOf) GetModifiedOn() time.Time

GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.

GetModifiedOnOk

func (o *BillingEventAllOf) GetModifiedOnOk() (*time.Time, bool)

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

SetModifiedOn

func (o *BillingEventAllOf) SetModifiedOn(v time.Time)

SetModifiedOn sets ModifiedOn field to given value.

HasModifiedOn

func (o *BillingEventAllOf) HasModifiedOn() bool

HasModifiedOn returns a boolean if a field has been set.

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