ScopeTargetTargetIdentifier constructor
const
ScopeTargetTargetIdentifier({
- required Input<
ScopeTargetTargetIdentifierTargetId> targetId, - required Input<
String> targetType,
Creates a new ScopeTargetTargetIdentifier.
targetId The identifier for a target, which is currently always an account ID.
targetType The type of a target. A target type is currently always ACCOUNT.
Implementation
const ScopeTargetTargetIdentifier({
required this.targetId,
required this.targetType,
});