View Source GoogleApi.Blogger.V3.Model.User (google_api_blogger v0.15.0)

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 locale
  • selfLink (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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Blogger.V3.Model.User{
  about: String.t() | nil,
  blogs: GoogleApi.Blogger.V3.Model.UserBlogs.t() | nil,
  created: String.t() | nil,
  displayName: String.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  locale: GoogleApi.Blogger.V3.Model.UserLocale.t() | nil,
  selfLink: String.t() | nil,
  url: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.