GoogleCloudApigeeV1EntityMetadata class
Metadata common to many entities in this API.
Constructors
- GoogleCloudApigeeV1EntityMetadata({String? createdAt, String? lastModifiedAt, String? subType})
- GoogleCloudApigeeV1EntityMetadata.fromJson(Map json_)
Properties
- createdAt ↔ String?
-
Time at which the API proxy was created, in milliseconds since epoch.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedAt ↔ String?
-
Time at which the API proxy was most recently modified, in milliseconds
since epoch.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subType ↔ String?
-
The type of entity described
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