UpdateThemePermissionsResponse constructor

UpdateThemePermissionsResponse({
  1. List<ResourcePermission>? permissions,
  2. String? requestId,
  3. int? status,
  4. String? themeArn,
  5. String? themeId,
})

Implementation

UpdateThemePermissionsResponse({
  this.permissions,
  this.requestId,
  this.status,
  this.themeArn,
  this.themeId,
});