GetComponentPolicyResponse constructor

GetComponentPolicyResponse({
  1. String? policy,
  2. String? requestId,
})

Implementation

GetComponentPolicyResponse({
  this.policy,
  this.requestId,
});