GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse constructor
GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse({
- String? nextPageToken,
- List<
GoogleCloudIntegrationsV1alphaRuntimeActionSchema> ? runtimeActionSchemas,
Implementation
GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse({
this.nextPageToken,
this.runtimeActionSchemas,
});