GetContainerRecipePolicyResponse constructor

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

Implementation

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