View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTestCase (google_api_integrations v0.13.0)

Defines the functional test case for Application Integration. Next available id: 15

Attributes

  • createTime (type: DateTime.t, default: nil) - Auto-generated.
  • creatorEmail (type: String.t, default: nil) - Optional. The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
  • databasePersistencePolicy (type: String.t, default: nil) - Optional. Various policies for how to persist the test execution info including execution info, execution export info, execution metadata index and execution param index..
  • description (type: String.t, default: nil) - Optional. Description of the test case.
  • displayName (type: String.t, default: nil) - Required. The display name of test case.
  • lastModifierEmail (type: String.t, default: nil) - The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
  • lockHolderEmail (type: String.t, default: nil) - Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
  • name (type: String.t, default: nil) - Output only. Auto-generated primary key.
  • testInputParameters (type: list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntegrationParameter.t), default: nil) - Optional. Parameters that are expected to be passed to the test case when the test case is triggered. This gives the user the ability to provide default values. This should include all the output variables of the trigger as input variables.
  • testTaskConfigs (type: list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTestTaskConfig.t), default: nil) - Optional. However, the test case doesn't mock or assert anything without test_task_configs.
  • triggerConfig (type: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTriggerConfig.t, default: nil) - Optional. Auto-generated.
  • triggerId (type: String.t, default: nil) - Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
  • updateTime (type: DateTime.t, default: nil) - Auto-generated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTestCase{
  createTime: DateTime.t() | nil,
  creatorEmail: String.t() | nil,
  databasePersistencePolicy: String.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  lastModifierEmail: String.t() | nil,
  lockHolderEmail: String.t() | nil,
  name: String.t() | nil,
  testInputParameters:
    [
      GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntegrationParameter.t()
    ]
    | nil,
  testTaskConfigs:
    [
      GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTestTaskConfig.t()
    ]
    | nil,
  triggerConfig:
    GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTriggerConfig.t()
    | nil,
  triggerId: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.