ListTargetsForPolicyResponse constructor

ListTargetsForPolicyResponse({
  1. String? nextMarker,
  2. List<String>? targets,
})

Implementation

ListTargetsForPolicyResponse({
  this.nextMarker,
  this.targets,
});