GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse constructor
GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse({
- String? nextPageToken,
- List<
GoogleCloudIntegrationsV1alphaRuntimeEntitySchema> ? runtimeEntitySchemas,
Implementation
GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse({
this.nextPageToken,
this.runtimeEntitySchemas,
});