google_api_blogger v0.13.0 GoogleApi.Blogger.V3.Model.Post View Source
Attributes
-
author(type:GoogleApi.Blogger.V3.Model.PostAuthor.t, default:nil) - The author of this Post. -
blog(type:GoogleApi.Blogger.V3.Model.PostBlog.t, default:nil) - Data about the blog containing this Post. -
content(type:String.t, default:nil) - The content of the Post. May contain HTML markup. -
customMetaData(type:String.t, default:nil) - The JSON meta-data for the Post. -
etag(type:String.t, default:nil) - Etag of the resource. -
id(type:String.t, default:nil) - The identifier of this Post. -
images(type:list(GoogleApi.Blogger.V3.Model.PostImages.t), default:nil) - Display image for the Post. -
kind(type:String.t, default:nil) - The kind of this entity. Always blogger#post. -
labels(type:list(String.t), default:nil) - The list of labels this Post was tagged with. -
location(type:GoogleApi.Blogger.V3.Model.PostLocation.t, default:nil) - The location for geotagged posts. -
published(type:String.t, default:nil) - RFC 3339 date-time when this Post was published. -
readerComments(type:String.t, default:nil) - Comment control and display setting for readers of this post. -
replies(type:GoogleApi.Blogger.V3.Model.PostReplies.t, default:nil) - The container of comments on this Post. -
selfLink(type:String.t, default:nil) - The API REST URL to fetch this resource from. -
status(type:String.t, default:nil) - Status of the post. Only set for admin-level requests. -
title(type:String.t, default:nil) - The title of the Post. -
titleLink(type:String.t, default:nil) - The title link URL, similar to atom's related link. -
updated(type:String.t, default:nil) - RFC 3339 date-time when this Post was last updated. -
url(type:String.t, default:nil) - The URL where this Post is displayed.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Blogger.V3.Model.Post{
author: GoogleApi.Blogger.V3.Model.PostAuthor.t(),
blog: GoogleApi.Blogger.V3.Model.PostBlog.t(),
content: String.t(),
customMetaData: String.t(),
etag: String.t(),
id: String.t(),
images: [GoogleApi.Blogger.V3.Model.PostImages.t()],
kind: String.t(),
labels: [String.t()],
location: GoogleApi.Blogger.V3.Model.PostLocation.t(),
published: String.t(),
readerComments: String.t(),
replies: GoogleApi.Blogger.V3.Model.PostReplies.t(),
selfLink: String.t(),
status: String.t(),
title: String.t(),
titleLink: String.t(),
updated: String.t(),
url: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.