GoogleCloudChannelV1ListEntitlementChangesResponse constructor

GoogleCloudChannelV1ListEntitlementChangesResponse({
  1. List<GoogleCloudChannelV1EntitlementChange>? entitlementChanges,
  2. String? nextPageToken,
})

Implementation

GoogleCloudChannelV1ListEntitlementChangesResponse({
  this.entitlementChanges,
  this.nextPageToken,
});