View Source GoogleApi.Blogger.V3.Model.Page (google_api_blogger v0.15.0)
Attributes
-
author(type:GoogleApi.Blogger.V3.Model.PageAuthor.t, default:nil) - The author of this Page. -
blog(type:GoogleApi.Blogger.V3.Model.PageBlog.t, default:nil) - Data about the blog containing this Page. -
content(type:String.t, default:nil) - The body content of this Page, in HTML. -
etag(type:String.t, default:nil) - Etag of the resource. -
id(type:String.t, default:nil) - The identifier for this resource. -
kind(type:String.t, default:nil) - The kind of this entity. Always blogger#page. -
published(type:String.t, default:nil) - RFC 3339 date-time when this Page was published. -
selfLink(type:String.t, default:nil) - The API REST URL to fetch this resource from. -
status(type:String.t, default:nil) - The status of the page for admin resources (either LIVE or DRAFT). -
title(type:String.t, default:nil) - The title of this entity. This is the name displayed in the Admin user interface. -
trashed(type:String.t, default:nil) - RFC 3339 date-time when this Page was trashed. -
updated(type:String.t, default:nil) - RFC 3339 date-time when this Page was last updated. -
url(type:String.t, default:nil) - The URL that this Page is displayed at.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Blogger.V3.Model.Page{ author: GoogleApi.Blogger.V3.Model.PageAuthor.t() | nil, blog: GoogleApi.Blogger.V3.Model.PageBlog.t() | nil, content: String.t() | nil, etag: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, published: String.t() | nil, selfLink: String.t() | nil, status: String.t() | nil, title: String.t() | nil, trashed: String.t() | nil, updated: String.t() | nil, url: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.