CloudLocation class
Represents resource cloud locations.
Constructors
- CloudLocation({double? carbonFreeEnergyPercentage, String? cloudLocationType, String? cloudProvider, String? containingCloudLocation, String? displayName, String? name, String? territoryCode})
 - CloudLocation.fromJson(Map json_)
 
Properties
- carbonFreeEnergyPercentage ↔ double?
 - 
  The carbon free energy percentage of the cloud location.
  getter/setter pair
 - cloudLocationType ↔ String?
 - 
  The type of the cloud location.
  getter/setter pair
 - cloudProvider ↔ String?
 - 
  The provider of the cloud location.
  getter/setter pair
 - containingCloudLocation ↔ String?
 - 
  The containing cloud location in the strict nesting hierarchy.
  getter/setter pair
 - displayName ↔ String?
 - 
  The human-readable name of the cloud location.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - name ↔ String?
 - 
  Identifier.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - territoryCode ↔ String?
 - 
  The two-letter ISO 3166-1 alpha-2 code of the cloud location.
  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