GoogleCloudApihubV1Schema class
The schema details derived from the spec.
Currently, this entity is supported for OpenAPI spec only. For OpenAPI spec,
this maps to the schema defined in the definitions
section for OpenAPI 2.0
version and in components.schemas
section for OpenAPI 3.0 and 3.1 version.
Constructors
- GoogleCloudApihubV1Schema.new({String? displayName, String? rawValue})
- GoogleCloudApihubV1Schema.fromJson(Map json_)
Properties
- displayName ↔ String?
-
The display name of the schema.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rawValue ↔ String?
-
The raw value of the schema definition corresponding to the schema name in
the spec.
getter/setter pair
-
rawValueAsBytes
↔ List<
int> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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