google_api_blogger v0.2.0 GoogleApi.Blogger.V3.Model.User View Source
Attributes
- about (String.t): Profile summary information. Defaults to:
null
. - blogs (UserBlogs): Defaults to:
null
. - created (DateTime.t): The timestamp of when this profile was created, in seconds since epoch. Defaults to:
null
. - displayName (String.t): The display name. Defaults to:
null
. - id (String.t): The identifier for this User. Defaults to:
null
. - kind (String.t): The kind of this entity. Always blogger#user Defaults to:
null
. - locale (UserLocale): Defaults to:
null
. - selfLink (String.t): The API REST URL to fetch this resource from. Defaults to:
null
. - url (String.t): The user's profile page. 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()
View Source
t() :: %GoogleApi.Blogger.V3.Model.User{
about: any(),
blogs: GoogleApi.Blogger.V3.Model.UserBlogs.t(),
created: DateTime.t(),
displayName: any(),
id: any(),
kind: any(),
locale: GoogleApi.Blogger.V3.Model.UserLocale.t(),
selfLink: any(),
url: any()
}
t() :: %GoogleApi.Blogger.V3.Model.User{ about: any(), blogs: GoogleApi.Blogger.V3.Model.UserBlogs.t(), created: DateTime.t(), displayName: any(), id: any(), kind: any(), locale: GoogleApi.Blogger.V3.Model.UserLocale.t(), selfLink: any(), url: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.