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

View Source

Values for an attribute with a value_type of REPEATED_ENUM. This consists of two lists of value IDs: those that are set (true) and those that are unset (false). Values absent are considered unknown. At least one value must be specified.

Attributes

  • setValues (type: list(String.t), default: nil) - Enum values that are set.
  • unsetValues (type: list(String.t), default: nil) - Enum values that are unset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.MyBusinessBusinessInformation.V1.Model.RepeatedEnumAttributeValue{
    setValues: [String.t()] | nil,
    unsetValues: [String.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.