PropertiesResource class

Constructors

PropertiesResource(ApiRequester client)

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 fileId, String propertyKey, {String? visibility, String? $fields}) Future<void>
Deletes a property.
get(String fileId, String propertyKey, {String? visibility, String? $fields}) Future<Property>
Gets a property by its key.
insert(Property request, String fileId, {String? $fields}) Future<Property>
Adds a property to a file, or updates it if it already exists.
list(String fileId, {String? $fields}) Future<PropertyList>
Lists a file's properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Property request, String fileId, String propertyKey, {String? visibility, String? $fields}) Future<Property>
Updates a property.
toString() String
A string representation of this object.
inherited
update(Property request, String fileId, String propertyKey, {String? visibility, String? $fields}) Future<Property>
Updates a property.

Operators

operator ==(Object other) bool
The equality operator.
inherited