GoogleCloudApigeeV1SharedFlowRevision class

The metadata describing a shared flow revision.

Constructors

GoogleCloudApigeeV1SharedFlowRevision({GoogleCloudApigeeV1ConfigVersion? configurationVersion, String? contextInfo, String? createdAt, String? description, String? displayName, Map<String, String>? entityMetaDataAsProperties, String? lastModifiedAt, String? name, List<String>? policies, GoogleCloudApigeeV1ResourceFiles? resourceFiles, List<String>? resources, String? revision, List<String>? sharedFlows, String? type})
GoogleCloudApigeeV1SharedFlowRevision.fromJson(Map json_)

Properties

configurationVersion GoogleCloudApigeeV1ConfigVersion?
The version of the configuration schema to which this shared flow conforms.
getter/setter pair
contextInfo String?
A textual description of the shared flow revision.
getter/setter pair
createdAt String?
Time at which this shared flow revision was created, in milliseconds since epoch.
getter/setter pair
description String?
Description of the shared flow revision.
getter/setter pair
displayName String?
The human readable name of this shared flow.
getter/setter pair
entityMetaDataAsProperties Map<String, String>?
A Key-Value map of metadata about this shared flow revision.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastModifiedAt String?
Time at which this shared flow revision was most recently modified, in milliseconds since epoch.
getter/setter pair
name String?
The resource ID of the parent shared flow.
getter/setter pair
policies List<String>?
A list of policy names included in this shared flow revision.
getter/setter pair
resourceFiles GoogleCloudApigeeV1ResourceFiles?
The resource files included in this shared flow revision.
getter/setter pair
resources List<String>?
A list of the resources included in this shared flow revision formatted as "{type}://{name}".
getter/setter pair
revision String?
The resource ID of this revision.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedFlows List<String>?
A list of the shared flow names included in this shared flow revision.
getter/setter pair
type String?
The string "Application"
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