View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_ErrorLocation_FieldPathElement (google_api_search_ads360 v0.4.0)

A part of a field path.

Attributes

  • fieldName (type: String.t, default: nil) - The name of a field or a oneof
  • index (type: integer(), default: nil) - If field_name is a repeated field, this is the element that failed

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_ErrorLocation_FieldPathElement{
    fieldName: String.t() | nil,
    index: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.