GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse constructor

GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudIntegrationsV1alphaRuntimeEntitySchema>? runtimeEntitySchemas,
})

Implementation

GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse({
  this.nextPageToken,
  this.runtimeEntitySchemas,
});