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

View Source

Represents a structured service offered by the merchant. For eg: toilet_installation.

Attributes

  • description (type: String.t, default: nil) - Optional. Description of structured service item. The character limit is 300.
  • serviceTypeId (type: String.t, default: nil) - Required. The service_type_id field is a Google provided unique ID that can be found in ServiceType. This information is provided by BatchGetCategories rpc service.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.StructuredServiceItem{
  description: String.t() | nil,
  serviceTypeId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.