Object constructor
Object({
- List<
ObjectAccessControl> ? acl, - String? bucket,
- String? cacheControl,
- int? componentCount,
- String? contentDisposition,
- String? contentEncoding,
- String? contentLanguage,
- String? contentType,
- String? crc32c,
- DateTime? customTime,
- ObjectCustomerEncryption? customerEncryption,
- String? etag,
- bool? eventBasedHold,
- String? generation,
- String? id,
- String? kind,
- String? kmsKeyName,
- String? md5Hash,
- String? mediaLink,
- Map<
String, String> ? metadata, - String? metageneration,
- String? name,
- ObjectOwner? owner,
- DateTime? retentionExpirationTime,
- String? selfLink,
- String? size,
- String? storageClass,
- bool? temporaryHold,
- DateTime? timeCreated,
- DateTime? timeDeleted,
- DateTime? timeStorageClassUpdated,
- DateTime? updated,
Implementation
Object({
this.acl,
this.bucket,
this.cacheControl,
this.componentCount,
this.contentDisposition,
this.contentEncoding,
this.contentLanguage,
this.contentType,
this.crc32c,
this.customTime,
this.customerEncryption,
this.etag,
this.eventBasedHold,
this.generation,
this.id,
this.kind,
this.kmsKeyName,
this.md5Hash,
this.mediaLink,
this.metadata,
this.metageneration,
this.name,
this.owner,
this.retentionExpirationTime,
this.selfLink,
this.size,
this.storageClass,
this.temporaryHold,
this.timeCreated,
this.timeDeleted,
this.timeStorageClassUpdated,
this.updated,
});