GetDefaultRetentionPolicyResponse constructor
      
      GetDefaultRetentionPolicyResponse({ 
    
    
- String? description,
- List<FolderConfiguration> ? folderConfigurations,
- String? id,
- String? name,
Implementation
GetDefaultRetentionPolicyResponse({
  this.description,
  this.folderConfigurations,
  this.id,
  this.name,
});