GoogleApi.MyBusinessBusinessInformation.V1.Model.AttributeValueMetadata (google_api_my_business_business_information v0.5.2)

View Source

Metadata for supported attribute values.

Attributes

  • displayName (type: String.t, default: nil) - The display name for this value, localized where available; otherwise, in English. The value display name is intended to be used in context with the attribute display name. For example, for a "WiFi" enum attribute, this could contain "Paid" to represent paid Wi-Fi.
  • value (type: any(), default: nil) - The attribute value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.AttributeValueMetadata{
  displayName: String.t() | nil,
  value: any() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.