google_api_blogger v0.11.1 GoogleApi.Blogger.V3.Model.User View Source
Attributes
about
(type:String.t
, default:nil
) - Profile summary information.blogs
(type:GoogleApi.Blogger.V3.Model.UserBlogs.t
, default:nil
) - The container of blogs for this user.created
(type:String.t
, default:nil
) - The timestamp of when this profile was created, in seconds since epoch.displayName
(type:String.t
, default:nil
) - The display name.id
(type:String.t
, default:nil
) - The identifier for this User.kind
(type:String.t
, default:nil
) - The kind of this entity. Always blogger#user.locale
(type:GoogleApi.Blogger.V3.Model.UserLocale.t
, default:nil
) - This user's localeselfLink
(type:String.t
, default:nil
) - The API REST URL to fetch this resource from.url
(type:String.t
, default:nil
) - The user's profile page.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Blogger.V3.Model.User{ about: String.t(), blogs: GoogleApi.Blogger.V3.Model.UserBlogs.t(), created: String.t(), displayName: String.t(), id: String.t(), kind: String.t(), locale: GoogleApi.Blogger.V3.Model.UserLocale.t(), selfLink: String.t(), url: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.