ResourceSetResourceSet constructor
Creates a new ResourceSetResourceSet.
description Description of the resource set.
id Unique identifier for the resource set. It's returned in the responses to create and list commands. You provide it to operations like update and delete.
lastUpdateTime Last time that the resource set was changed.
name Descriptive name of the resource set. You can't change the name of a resource set after you create it.
resourceSetStatus Whether the resource set is in or out of the admin's Region scope. Valid values are ACTIVE (Admin can manage and delete the resource set) or OUT_OF_ADMIN_SCOPE (Admin can view the resource set, but they can't edit or delete the resource set.)
resourceTypeLists Resources that can be associated to the resource set. Depending on your setting for max results and the number of resource sets, a single call might not return the full list.
updateToken Unique identifier for each update to the resource set.
Implementation
const ResourceSetResourceSet({
this.description,
this.id,
this.lastUpdateTime,
required this.name,
this.resourceSetStatus,
this.resourceTypeLists,
this.updateToken,
});