google_api_plus v0.1.0 GoogleApi.Plus.V1.Model.ActivityActor View Source
The person who performed this activity.
Attributes
- clientSpecificActorInfo (ActivityActorClientSpecificActorInfo): Defaults to:
null
. - displayName (String.t): The name of the actor, suitable for display. Defaults to:
null
. - id (String.t): The ID of the actor's Person resource. Defaults to:
null
. - image (ActivityActorImage): Defaults to:
null
. - name (ActivityActorName): Defaults to:
null
. - url (String.t): The link to the 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.ActivityActor{ clientSpecificActorInfo: GoogleApi.Plus.V1.Model.ActivityActorClientSpecificActorInfo.t(), displayName: any(), id: any(), image: GoogleApi.Plus.V1.Model.ActivityActorImage.t(), name: GoogleApi.Plus.V1.Model.ActivityActorName.t(), url: any(), verification: GoogleApi.Plus.V1.Model.ActivityActorVerification.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.