google_api_plus v0.6.0 GoogleApi.Plus.V1.Model.ActivityActor View Source
The person who performed this activity.
Attributes
clientSpecificActorInfo
(type:GoogleApi.Plus.V1.Model.ActivityActorClientSpecificActorInfo.t
, default:nil
) - Actor info specific to particular clients.displayName
(type:String.t
, default:nil
) - The name of the actor, suitable for display.id
(type:String.t
, default:nil
) - The ID of the actor's Person resource.image
(type:GoogleApi.Plus.V1.Model.ActivityActorImage.t
, default:nil
) - The image representation of the actor.name
(type:GoogleApi.Plus.V1.Model.ActivityActorName.t
, default:nil
) - An object representation of the individual components of name.url
(type:String.t
, default:nil
) - The link to the actor's Google profile.verification
(type:GoogleApi.Plus.V1.Model.ActivityActorVerification.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 Sourcet() :: %GoogleApi.Plus.V1.Model.ActivityActor{ clientSpecificActorInfo: GoogleApi.Plus.V1.Model.ActivityActorClientSpecificActorInfo.t(), displayName: String.t(), id: String.t(), image: GoogleApi.Plus.V1.Model.ActivityActorImage.t(), name: GoogleApi.Plus.V1.Model.ActivityActorName.t(), url: String.t(), verification: GoogleApi.Plus.V1.Model.ActivityActorVerification.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.