GoogleCloudChannelV1TransferEntitlementsRequest constructor

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

Implementation

GoogleCloudChannelV1TransferEntitlementsRequest({
  this.authToken,
  this.entitlements,
  this.requestId,
});