ApiVersion class
Describes a particular version of an API.
ApiVersions are what consumers actually use.
Constructors
Properties
- 
  annotations
  ↔ Map<
String, String> ? - 
  Annotations attach non-identifying metadata to resources.
  getter/setter pair
 - createTime ↔ String?
 - 
  Creation timestamp.
  getter/setter pair
 - description ↔ String?
 - 
  A detailed description.
  getter/setter pair
 - displayName ↔ String?
 - 
  Human-meaningful name.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  labels
  ↔ Map<
String, String> ? - 
  Labels attach identifying metadata to resources.
  getter/setter pair
 - name ↔ String?
 - 
  Resource name.
  getter/setter pair
 - primarySpec ↔ String?
 - 
  The primary spec for this version.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - state ↔ String?
 - 
  A user-definable description of the lifecycle phase of this API version.
  getter/setter pair
 - updateTime ↔ String?
 - 
  Last update timestamp.
  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