GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata constructor

GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata({
  1. List<String>? actions,
  2. List<String>? entities,
})

Implementation

GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata({
  this.actions,
  this.entities,
});