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