google_api_blogger v0.2.0 GoogleApi.Blogger.V3.Model.Post View Source
Attributes
- author (PostAuthor): Defaults to:
null
. - blog (PostBlog): Defaults to:
null
. - content (String.t): The content of the Post. May contain HTML markup. Defaults to:
null
. - customMetaData (String.t): The JSON meta-data for the Post. Defaults to:
null
. - etag (String.t): Etag of the resource. Defaults to:
null
. - id (String.t): The identifier of this Post. Defaults to:
null
. - images ([PostImages]): Display image for the Post. Defaults to:
null
. - kind (String.t): The kind of this entity. Always blogger#post Defaults to:
null
. - labels ([String.t]): The list of labels this Post was tagged with. Defaults to:
null
. - location (PostLocation): Defaults to:
null
. - published (DateTime.t): RFC 3339 date-time when this Post was published. Defaults to:
null
. - readerComments (String.t): Comment control and display setting for readers of this post. Defaults to:
null
. - replies (PostReplies): Defaults to:
null
. - selfLink (String.t): The API REST URL to fetch this resource from. Defaults to:
null
. - status (String.t): Status of the post. Only set for admin-level requests Defaults to:
null
. - title (String.t): The title of the Post. Defaults to:
null
. - titleLink (String.t): The title link URL, similar to atom's related link. Defaults to:
null
. - updated (DateTime.t): RFC 3339 date-time when this Post was last updated. Defaults to:
null
. - url (String.t): The URL where this Post is displayed. Defaults to:
null
.
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: any(),
customMetaData: any(),
etag: any(),
id: any(),
images: [GoogleApi.Blogger.V3.Model.PostImages.t()],
kind: any(),
labels: [any()],
location: GoogleApi.Blogger.V3.Model.PostLocation.t(),
published: DateTime.t(),
readerComments: any(),
replies: GoogleApi.Blogger.V3.Model.PostReplies.t(),
selfLink: any(),
status: any(),
title: any(),
titleLink: any(),
updated: DateTime.t(),
url: any()
}
t() :: %GoogleApi.Blogger.V3.Model.Post{ author: GoogleApi.Blogger.V3.Model.PostAuthor.t(), blog: GoogleApi.Blogger.V3.Model.PostBlog.t(), content: any(), customMetaData: any(), etag: any(), id: any(), images: [GoogleApi.Blogger.V3.Model.PostImages.t()], kind: any(), labels: [any()], location: GoogleApi.Blogger.V3.Model.PostLocation.t(), published: DateTime.t(), readerComments: any(), replies: GoogleApi.Blogger.V3.Model.PostReplies.t(), selfLink: any(), status: any(), title: any(), titleLink: any(), updated: DateTime.t(), url: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.