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

If this activity's object is itself another activity, such as when a person reshares an activity, this property specifies the original activity's actor.

Attributes

  • clientSpecificActorInfo (ActivityActorClientSpecificActorInfo): Defaults to: null.
  • displayName (String.t): The original actor's name, which is suitable for display. Defaults to: null.
  • id (String.t): ID of the original actor. Defaults to: null.
  • image (ActivityObjectActorImage): Defaults to: null.
  • url (String.t): A link to the original actor's Google profile. 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.ActivityObjectActor{
  clientSpecificActorInfo:
    GoogleApi.Plus.V1.Model.ActivityActorClientSpecificActorInfo.t(),
  displayName: any(),
  id: any(),
  image: GoogleApi.Plus.V1.Model.ActivityObjectActorImage.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.