View Source GoogleApi.DataMigration.V1.Model.ApplyJobDetails (google_api_data_migration v0.13.0)

Details regarding an Apply background job.

Attributes

  • connectionProfile (type: String.t, default: nil) - Output only. The connection profile which was used for the apply job.
  • filter (type: String.t, default: nil) - Output only. AIP-160 based filter used to specify the entities to apply

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.ApplyJobDetails{
  connectionProfile: String.t() | nil,
  filter: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.