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

Attributes

  • blogUserInfos (type: list(GoogleApi.Blogger.V3.Model.BlogUserInfo.t), default: nil) - Admin level list of blog per-user information.
  • items (type: list(GoogleApi.Blogger.V3.Model.Blog.t), default: nil) - The list of Blogs this user has Authorship or Admin rights over.
  • kind (type: String.t, default: nil) - The kind of this entity. Always blogger#blogList.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Blogger.V3.Model.BlogList{
  blogUserInfos: [GoogleApi.Blogger.V3.Model.BlogUserInfo.t()] | nil,
  items: [GoogleApi.Blogger.V3.Model.Blog.t()] | nil,
  kind: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.