GoogleCloudApihubV1SourceMetadata class

SourceMetadata represents the metadata for a resource at the source.

Constructors

GoogleCloudApihubV1SourceMetadata.new({String? originalResourceCreateTime, String? originalResourceId, String? originalResourceUpdateTime, GoogleCloudApihubV1PluginInstanceActionSource? pluginInstanceActionSource, String? sourceType})
GoogleCloudApihubV1SourceMetadata.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
originalResourceCreateTime String?
The time at which the resource was created at the source.
getter/setter pair
originalResourceId String?
The unique identifier of the resource at the source.
getter/setter pair
originalResourceUpdateTime String?
The time at which the resource was last updated at the source.
getter/setter pair
pluginInstanceActionSource GoogleCloudApihubV1PluginInstanceActionSource?
The source of the resource is a plugin instance action.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceType String?
The type of the source.
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