GetImageRecipePolicyResponse constructor

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

Implementation

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