View Source GoogleApi.CSS.V1.Model.CustomAttribute (google_api_css v0.4.0)

A message that represents custom attributes. Exactly one of value or group_values must not be empty.

Attributes

  • groupValues (type: list(GoogleApi.CSS.V1.Model.CustomAttribute.t), default: nil) - Subattributes within this attribute group. If group_values is not empty, value must be empty.
  • name (type: String.t, default: nil) - The name of the attribute.
  • value (type: String.t, default: nil) - The value of the attribute. If value is not empty, group_values must be empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CSS.V1.Model.CustomAttribute{
  groupValues: [t()] | nil,
  name: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.