Sku class Null safety

Encapsulates a single SKU in Google Cloud Platform

Constructors

Sku({Category? category, String? description, GeoTaxonomy? geoTaxonomy, String? name, List<PricingInfo>? pricingInfo, String? serviceProviderName, List<String>? serviceRegions, String? skuId})
Sku.fromJson(Map json_)

Properties

category Category?
The category hierarchy of this SKU, purely for organizational purpose.
read / write
description String?
A human readable description of the SKU, has a maximum length of 256 characters.
read / write
geoTaxonomy GeoTaxonomy?
The geographic taxonomy for this sku.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
name String?
The resource name for the SKU.
read / write
pricingInfo List<PricingInfo>?
A timeline of pricing info for this SKU in chronological order.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
serviceProviderName String?
Identifies the service provider.
read / write
serviceRegions List<String>?
List of service regions this SKU is offered at.
read / write
skuId String?
The identifier for the SKU.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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