GetDefaultRetentionPolicyResponse constructor

GetDefaultRetentionPolicyResponse({
  1. String? description,
  2. List<FolderConfiguration>? folderConfigurations,
  3. String? id,
  4. String? name,
})

Implementation

GetDefaultRetentionPolicyResponse({
  this.description,
  this.folderConfigurations,
  this.id,
  this.name,
});