GoogleCloudChannelV1ListEntitlementsResponse constructor
GoogleCloudChannelV1ListEntitlementsResponse({
- List<
GoogleCloudChannelV1Entitlement> ? entitlements, - String? nextPageToken,
Implementation
GoogleCloudChannelV1ListEntitlementsResponse({
this.entitlements,
this.nextPageToken,
});