GoogleCloudIntegrationsV1alphaRuntimeEntitySchema constructor

GoogleCloudIntegrationsV1alphaRuntimeEntitySchema({
  1. String? arrayFieldSchema,
  2. String? entity,
  3. String? fieldSchema,
})

Implementation

GoogleCloudIntegrationsV1alphaRuntimeEntitySchema({
  this.arrayFieldSchema,
  this.entity,
  this.fieldSchema,
});