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

The person who posted this comment.

Attributes

  • clientSpecificActorInfo (ActivityActorClientSpecificActorInfo): Defaults to: null.
  • displayName (String.t): The name of this actor, suitable for display. Defaults to: null.
  • id (String.t): The ID of the actor. Defaults to: null.
  • image (CommentActorImage): Defaults to: null.
  • url (String.t): A link to the Person resource for this actor. Defaults to: null.
  • verification (ActivityActorVerification): Defaults to: null.

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.ActivityActorClientSpecificActorInfo.t(),
  displayName: any(),
  id: any(),
  image: GoogleApi.Plus.V1.Model.CommentActorImage.t(),
  url: any(),
  verification: GoogleApi.Plus.V1.Model.ActivityActorVerification.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.