GoogleApi.MyBusinessBusinessInformation.V1.Model.RepeatedEnumAttributeValue (google_api_my_business_business_information v0.2.1) 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.