Schema class
The type of API resource.
For Schema resources, this is always admin#directory#schema
.
Constructors
-
Schema({String? displayName, String? etag, List<
SchemaFieldSpec> ? fields, String? kind, String? schemaId, String? schemaName}) - Schema.fromJson(Map json_)
Properties
- displayName ↔ String?
-
Display name for the schema.
getter/setter pair
- etag ↔ String?
-
The ETag of the resource.
getter/setter pair
-
fields
↔ List<
SchemaFieldSpec> ? -
A list of fields in the schema.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Kind of resource this is.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaId ↔ String?
-
The unique identifier of the schema (Read-only)
getter/setter pair
- schemaName ↔ String?
-
The schema's name.
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