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

Represents the upload status of a row in the request.

Attributes

  • changed (type: boolean(), default: nil) - Whether the stored entity is changed as a result of upload.
  • entityId (type: String.t, default: nil) - Entity Id.
  • entityName (type: String.t, default: nil) - Entity name.
  • errors (type: list(String.t), default: nil) - Reasons why the entity can't be uploaded.
  • persisted (type: boolean(), default: nil) - Whether the entity is persisted.
  • rowNumber (type: integer(), default: nil) - Row number.

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: boolean(),
  entityId: String.t(),
  entityName: String.t(),
  errors: [String.t()],
  persisted: boolean(),
  rowNumber: integer()
}

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.