ApiDeployment class Null safety
Describes a service running at particular address that provides a particular version of an API.
ApiDeployments have revisions which correspond to different configurations of a single deployment in time. Revision identifiers should be updated whenever the served API spec or endpoint address changes.
Constructors
-
ApiDeployment({String? accessGuidance, Map<
String, String> ? annotations, String? apiSpecRevision, String? createTime, String? description, String? displayName, String? endpointUri, String? externalChannelUri, String? intendedAudience, Map<String, String> ? labels, String? name, String? revisionCreateTime, String? revisionId, String? revisionUpdateTime}) - ApiDeployment.fromJson(Map json_)
Properties
- accessGuidance ↔ String?
-
Text briefly describing how to access the endpoint.
read / write
-
annotations
↔ Map<
String, String> ? -
Annotations attach non-identifying metadata to resources.
read / write
- apiSpecRevision ↔ String?
-
The full resource name (including revision ID) of the spec of the API
being served by the deployment.
read / write
- createTime ↔ String?
-
Creation timestamp; when the deployment resource was created.
read / write
- description ↔ String?
-
A detailed description.
read / write
- displayName ↔ String?
-
Human-meaningful name.
read / write
- endpointUri ↔ String?
-
The address where the deployment is serving.
read / write
- externalChannelUri ↔ String?
-
The address of the external channel of the API (e.g., the Developer
Portal).
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- intendedAudience ↔ String?
-
Text briefly identifying the intended audience of the API.
read / write
-
labels
↔ Map<
String, String> ? -
Labels attach identifying metadata to resources.
read / write
- name ↔ String?
-
Resource name.
read / write
- revisionCreateTime ↔ String?
-
Revision creation timestamp; when the represented revision was created.
read / write
- revisionId ↔ String?
-
The revision ID of the deployment.
read / write
- revisionUpdateTime ↔ String?
-
Last update timestamp: when the represented revision was last modified.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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