GoogleCloudChannelV1ListEntitlementChangesResponse constructor
GoogleCloudChannelV1ListEntitlementChangesResponse({
- List<
GoogleCloudChannelV1EntitlementChange> ? entitlementChanges, - String? nextPageToken,
Implementation
GoogleCloudChannelV1ListEntitlementChangesResponse({
this.entitlementChanges,
this.nextPageToken,
});