GoogleCloudChannelV1BillableSku class

Represents the Billable SKU information.

Constructors

GoogleCloudChannelV1BillableSku({String? service, String? serviceDisplayName, String? sku, String? skuDisplayName})
GoogleCloudChannelV1BillableSku.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String?
Resource name of Service which contains Repricing SKU.
getter/setter pair
serviceDisplayName String?
Unique human readable name for the Service.
getter/setter pair
sku String?
Resource name of Billable SKU.
getter/setter pair
skuDisplayName String?
Unique human readable name for the SKU.
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