ApiVersion class Null safety
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.
read / write
- createTime ↔ String?
-
Creation timestamp.
read / write
- description ↔ String?
-
A detailed description.
read / write
- displayName ↔ String?
-
Human-meaningful name.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
labels
↔ Map<
String, String> ? -
Labels attach identifying metadata to resources.
read / write
- name ↔ String?
-
Resource name.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- state ↔ String?
-
A user-definable description of the lifecycle phase of this API version.
read / write
- updateTime ↔ String?
-
Last update timestamp.
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