GoogleCloudChannelV1CreateEntitlementRequest constructor

GoogleCloudChannelV1CreateEntitlementRequest({
  1. GoogleCloudChannelV1Entitlement? entitlement,
  2. String? requestId,
})

Implementation

GoogleCloudChannelV1CreateEntitlementRequest({
  this.entitlement,
  this.requestId,
});