GoogleCloudChannelV1DateRange class

A representation of usage or invoice date ranges.

Constructors

GoogleCloudChannelV1DateRange({GoogleTypeDate? invoiceEndDate, GoogleTypeDate? invoiceStartDate, GoogleTypeDateTime? usageEndDateTime, GoogleTypeDateTime? usageStartDateTime})
GoogleCloudChannelV1DateRange.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
invoiceEndDate GoogleTypeDate?
The latest invoice date (inclusive).
getter/setter pair
invoiceStartDate GoogleTypeDate?
The earliest invoice date (inclusive).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usageEndDateTime GoogleTypeDateTime?
The latest usage date time (exclusive).
getter/setter pair
usageStartDateTime GoogleTypeDateTime?
The earliest usage date time (inclusive).
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited