GoogleApi.Content.V21.Model.DatafeedstatusesCustomBatchResponse (google_api_content v0.73.0)

View Source

Attributes

  • entries (type: list(GoogleApi.Content.V21.Model.DatafeedstatusesCustomBatchResponseEntry.t), default: nil) - The result of the execution of the batch requests.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "content#datafeedstatusesCustomBatchResponse".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Content.V21.Model.DatafeedstatusesCustomBatchResponse{
  entries:
    [GoogleApi.Content.V21.Model.DatafeedstatusesCustomBatchResponseEntry.t()]
    | nil,
  kind: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.