google_api_blogger v0.3.0 GoogleApi.Blogger.V3.Model.Post View Source
Attributes
- author (GoogleApi.Blogger.V3.Model.PostAuthor.t): The author of this Post. Defaults to
nil. - blog (GoogleApi.Blogger.V3.Model.PostBlog.t): Data about the blog containing this Post. Defaults to
nil. - content (String.t): The content of the Post. May contain HTML markup. Defaults to
nil. - customMetaData (String.t): The JSON meta-data for the Post. Defaults to
nil. - etag (String.t): Etag of the resource. Defaults to
nil. - id (String.t): The identifier of this Post. Defaults to
nil. - images (list(GoogleApi.Blogger.V3.Model.PostImages.t)): Display image for the Post. Defaults to
nil. - kind (String.t): The kind of this entity. Always blogger#post Defaults to
blogger#post. - labels (list(String.t)): The list of labels this Post was tagged with. Defaults to
nil. - location (GoogleApi.Blogger.V3.Model.PostLocation.t): The location for geotagged posts. Defaults to
nil. - published (DateTime.t): RFC 3339 date-time when this Post was published. Defaults to
nil. - readerComments (String.t): Comment control and display setting for readers of this post. Defaults to
nil. - replies (GoogleApi.Blogger.V3.Model.PostReplies.t): The container of comments on this Post. Defaults to
nil. - selfLink (String.t): The API REST URL to fetch this resource from. Defaults to
nil. - status (String.t): Status of the post. Only set for admin-level requests Defaults to
nil. - title (String.t): The title of the Post. Defaults to
nil. - titleLink (String.t): The title link URL, similar to atom's related link. Defaults to
nil. - updated (DateTime.t): RFC 3339 date-time when this Post was last updated. Defaults to
nil. - url (String.t): The URL where this Post is displayed. 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.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: DateTime.t(),
readerComments: String.t(),
replies: GoogleApi.Blogger.V3.Model.PostReplies.t(),
selfLink: String.t(),
status: String.t(),
title: String.t(),
titleLink: String.t(),
updated: DateTime.t(),
url: String.t()
}
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: DateTime.t(),
readerComments: String.t(),
replies: GoogleApi.Blogger.V3.Model.PostReplies.t(),
selfLink: String.t(),
status: String.t(),
title: String.t(),
titleLink: String.t(),
updated: DateTime.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.