GcsData class

In a GcsData resource, an object's name is the Cloud Storage object's name and its "last modification time" refers to the object's updated property of Cloud Storage objects, which changes when the content or the metadata of the object is updated.

Constructors

GcsData({String? bucketName, bool? managedFolderTransferEnabled, String? path})
GcsData.fromJson(Map json_)

Properties

bucketName String?
Cloud Storage bucket name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
managedFolderTransferEnabled bool?
Preview.
getter/setter pair
path String?
Root path to transfer objects.
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