View Source GoogleApi.MyBusinessBusinessInformation.V1.Model.ServiceType (google_api_my_business_business_information v0.4.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.