GoogleCloudApihubV1AdditionalSpecContent class
The additional spec content for the spec.
This contains the metadata and the last update time for the additional spec content.
Constructors
-
GoogleCloudApihubV1AdditionalSpecContent({String? createTime, Map<
String, String> ? labels, String? specContentType, GoogleCloudApihubV1SpecContents? specContents, String? updateTime}) - GoogleCloudApihubV1AdditionalSpecContent.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time at which the spec content was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
The labels of the spec content e.g. specboost addon version.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- specContents ↔ GoogleCloudApihubV1SpecContents?
-
The additional spec contents.
getter/setter pair
- specContentType ↔ String?
-
The type of the spec content.
getter/setter pair
- updateTime ↔ String?
-
The time at which the spec content was last updated.
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