L0StorageModelPolicyRsp constructor Null safety
- {DateTime? expires,
- String? keyPrefix,
- List<
String> ? compute, - int? maxBytes,
- Map<
String, String> ? fields}
Implementation
L0StorageModelPolicyRsp(
{this.expires, this.keyPrefix, this.compute, this.maxBytes, this.fields});