google_api_double_click_bid_manager v0.3.0 GoogleApi.DoubleClickBidManager.V1.Model.RowStatus View Source

Represents the upload status of a row in the request.

Attributes

  • changed (boolean()): Whether the stored entity is changed as a result of upload. Defaults to: null.
  • entityId (String.t): Entity Id. Defaults to: null.
  • entityName (String.t): Entity name. Defaults to: null.
  • errors ([String.t]): Reasons why the entity can't be uploaded. Defaults to: null.
  • persisted (boolean()): Whether the entity is persisted. Defaults to: null.
  • rowNumber (integer()): Row number. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DoubleClickBidManager.V1.Model.RowStatus{
  changed: any(),
  entityId: any(),
  entityName: any(),
  errors: [any()],
  persisted: any(),
  rowNumber: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.