targets property

Map<OperationTargetType, String>? targets
final

The name of the target entity that is associated with the operation:

  • NAMESPACE: The namespace ID is returned in the ResourceId property.
  • SERVICE: The service ID is returned in the ResourceId property.
  • INSTANCE: The instance ID is returned in the ResourceId property.

Implementation

final Map<OperationTargetType, String>? targets;