GoogleCloudChannelV1TransferEntitlementsToGoogleRequest constructor

GoogleCloudChannelV1TransferEntitlementsToGoogleRequest({
  1. List<GoogleCloudChannelV1Entitlement>? entitlements,
  2. String? requestId,
})

Implementation

GoogleCloudChannelV1TransferEntitlementsToGoogleRequest({
  this.entitlements,
  this.requestId,
});