google_api_plus v0.6.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
(type:GoogleApi.Plus.V1.Model.ActivityObjectActorClientSpecificActorInfo.t
, default:nil
) - Actor info specific to particular clients.displayName
(type:String.t
, default:nil
) - The original actor's name, which is suitable for display.id
(type:String.t
, default:nil
) - ID of the original actor.image
(type:GoogleApi.Plus.V1.Model.ActivityObjectActorImage.t
, default:nil
) - The image representation of the original actor.url
(type:String.t
, default:nil
) - A link to the original actor's Google profile.verification
(type:GoogleApi.Plus.V1.Model.ActivityObjectActorVerification.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.ActivityObjectActor{ clientSpecificActorInfo: GoogleApi.Plus.V1.Model.ActivityObjectActorClientSpecificActorInfo.t(), displayName: String.t(), id: String.t(), image: GoogleApi.Plus.V1.Model.ActivityObjectActorImage.t(), url: String.t(), verification: GoogleApi.Plus.V1.Model.ActivityObjectActorVerification.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.