View Source GoogleApi.Datastream.V1.Model.JsonFileFormat (google_api_datastream v0.4.0)

JSON file format configuration.

Attributes

  • compression (type: String.t, default: nil) - Compression of the loaded JSON file.
  • schemaFileFormat (type: String.t, default: nil) - The schema file format along JSON data files.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.JsonFileFormat{
  compression: String.t() | nil,
  schemaFileFormat: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.