View Source GoogleApi.MyBusinessQAndA.V1.Model.Author (google_api_my_business_q_and_a v0.2.1)

Represents the author of a question or answer

Attributes

  • displayName (type: String.t, default: nil) - The display name of the user
  • profilePhotoUri (type: String.t, default: nil) - The profile photo URI of the user.
  • type (type: String.t, default: nil) - The type of user the author is.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessQAndA.V1.Model.Author{
  displayName: String.t() | nil,
  profilePhotoUri: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.