GoogleCloudChannelV1ListEntitlementsResponse constructor

GoogleCloudChannelV1ListEntitlementsResponse({
  1. List<GoogleCloudChannelV1Entitlement>? entitlements,
  2. String? nextPageToken,
})

Implementation

GoogleCloudChannelV1ListEntitlementsResponse({
  this.entitlements,
  this.nextPageToken,
});