ExStreamClient.Model.ImportV2TaskSettings (ExStreamClient v0.2.0)

Copy Markdown View Source

Schema representing a ImportV2TaskSettings

Summary

Functions

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

Types

t()

@type t() :: %ExStreamClient.Model.ImportV2TaskSettings{
  merge_custom: boolean() | nil,
  mode: String.t() | nil,
  path: String.t() | nil,
  s3: ExStreamClient.Model.ImportV2TaskSettingsS3.t() | nil,
  skip_references_check: boolean() | nil,
  source: String.t() | nil
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()