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

View Source

A message describing a service type that the business offers.

Attributes

  • displayName (type: String.t, default: nil) - Output only. The human-readable display name for the service type.
  • serviceTypeId (type: String.t, default: nil) - Output only. A stable ID (provided by Google) for this service type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.ServiceType{
  displayName: 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.