SchemasResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(String customerId, String schemaKey, {String? $fields})
→ Future<void>
-
Deletes a schema.
-
get(String customerId, String schemaKey, {String? $fields})
→ Future<Schema>
-
Retrieves a schema.
-
insert(Schema request, String customerId, {String? $fields})
→ Future<Schema>
-
Creates a schema.
-
list(String customerId, {String? $fields})
→ Future<Schemas>
-
Retrieves all schemas for a customer.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Schema request, String customerId, String schemaKey, {String? $fields})
→ Future<Schema>
-
Patches a schema.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Schema request, String customerId, String schemaKey, {String? $fields})
→ Future<Schema>
-
Updates a schema.