ApigatewayApi class

An API that can be served by one or more Gateways.

Constructors

ApigatewayApi({String? createTime, String? displayName, Map<String, String>? labels, String? managedService, String? name, String? state, String? updateTime})
ApigatewayApi.fromJson(Map json_)

Properties

createTime String?
Created time.
getter/setter pair
displayName String?
Display name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Resource labels to represent user-provided metadata.
getter/setter pair
managedService String?
The name of a Google Managed Service ( https://cloud.google.com/service-infrastructure/docs/glossary#managed).
getter/setter pair
name String?
Resource name of the API.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the API.
getter/setter pair
updateTime String?
Updated time.
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