View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaMockConfig (google_api_integrations v0.14.0)

The configuration for mocking of a task during test execution Next available id: 4

Attributes

  • failedExecutions (type: String.t, default: nil) - Optional. Number of times the given task should fail for failure mock strategy
  • mockStrategy (type: String.t, default: nil) - Mockstrategy defines how the particular task should be mocked during test execution
  • parameters (type: list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaEventParameter.t), default: nil) - Optional. List of key-value pairs for specific mock strategy

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaMockConfig{
    failedExecutions: String.t() | nil,
    mockStrategy: String.t() | nil,
    parameters:
      [
        GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaEventParameter.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.