ResourceIdentifier constructor
ResourceIdentifier({
- DateTime? resourceDeletionTime,
- String? resourceId,
- String? resourceName,
- ResourceType? resourceType,
Implementation
ResourceIdentifier({
this.resourceDeletionTime,
this.resourceId,
this.resourceName,
this.resourceType,
});