google_api_plus v0.6.0 GoogleApi.Plus.V1.Model.CommentActor View Source

The person who posted this comment.

Attributes

  • clientSpecificActorInfo (type: GoogleApi.Plus.V1.Model.CommentActorClientSpecificActorInfo.t, default: nil) - Actor info specific to particular clients.
  • displayName (type: String.t, default: nil) - The name of this actor, suitable for display.
  • id (type: String.t, default: nil) - The ID of the actor.
  • image (type: GoogleApi.Plus.V1.Model.CommentActorImage.t, default: nil) - The image representation of this actor.
  • url (type: String.t, default: nil) - A link to the Person resource for this actor.
  • verification (type: GoogleApi.Plus.V1.Model.CommentActorVerification.t, default: nil) - Verification status of actor.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Plus.V1.Model.CommentActor{
  clientSpecificActorInfo:
    GoogleApi.Plus.V1.Model.CommentActorClientSpecificActorInfo.t(),
  displayName: String.t(),
  id: String.t(),
  image: GoogleApi.Plus.V1.Model.CommentActorImage.t(),
  url: String.t(),
  verification: GoogleApi.Plus.V1.Model.CommentActorVerification.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.