View Source GoogleApi.Content.V21.Model.DatafeedFormat (google_api_content v0.67.1)

Attributes

  • columnDelimiter (type: String.t, default: nil) - Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "pipe" - "tab" - "tilde"
  • fileEncoding (type: String.t, default: nil) - Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "latin-1" - "utf-16be" - "utf-16le" - "utf-8" - "windows-1252"
  • quotingMode (type: String.t, default: nil) - Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "normal character" - "value quoting"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.DatafeedFormat{
  columnDelimiter: String.t() | nil,
  fileEncoding: String.t() | nil,
  quotingMode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.