View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaMockConfig (google_api_integrations v0.10.1)
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
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaMockConfig{ failedExecutions: String.t() | nil, mockStrategy: String.t() | nil, parameters: [ GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaEventParameter.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.