GoogleCloudApihubV1SourceEnvironment class

Message representing the source environment details.

Constructors

GoogleCloudApihubV1SourceEnvironment({String? createTime, String? sourceEnvironment, String? sourceEnvironmentUri, String? updateTime})
GoogleCloudApihubV1SourceEnvironment.fromJson(Map json_)

Properties

createTime String?
The time at which the environment was created at the source.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceEnvironment String?
The name of the environment at the source.
getter/setter pair
sourceEnvironmentUri String?
The location where additional information about source environments can be found.
getter/setter pair
updateTime String?
The time at which the environment was last updated at 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