Api class

A top-level description of an API.

Produced by producers and are commitments to provide services.

Constructors

Api({Map<String, String>? annotations, String? availability, String? createTime, String? description, String? displayName, Map<String, String>? labels, String? name, String? recommendedDeployment, String? recommendedVersion, String? updateTime})
Api.fromJson(Map json_)

Properties

annotations Map<String, String>?
Annotations attach non-identifying metadata to resources.
getter/setter pair
availability String?
A user-definable description of the availability of this service.
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
recommendedDeployment String?
The recommended deployment of the API.
getter/setter pair
recommendedVersion String?
The recommended version of the API.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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