google_api_blogger v0.1.0 GoogleApi.Blogger.V3.Model.Comment View Source
Attributes
- author (CommentAuthor): Defaults to:
null. - blog (CommentBlog): Defaults to:
null. - content (String.t): The actual content of the comment. May include HTML markup. Defaults to:
null. - id (String.t): The identifier for this resource. Defaults to:
null. - inReplyTo (CommentInReplyTo): Defaults to:
null. - kind (String.t): The kind of this entry. Always blogger#comment Defaults to:
null. - post (CommentPost): Defaults to:
null. - published (DateTime.t): RFC 3339 date-time when this comment was published. Defaults to:
null. - selfLink (String.t): The API REST URL to fetch this resource from. Defaults to:
null. - status (String.t): The status of the comment (only populated for admin users) Defaults to:
null. - updated (DateTime.t): RFC 3339 date-time when this comment was last updated. 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() :: %GoogleApi.Blogger.V3.Model.Comment{
author: GoogleApi.Blogger.V3.Model.CommentAuthor.t(),
blog: GoogleApi.Blogger.V3.Model.CommentBlog.t(),
content: any(),
id: any(),
inReplyTo: GoogleApi.Blogger.V3.Model.CommentInReplyTo.t(),
kind: any(),
post: GoogleApi.Blogger.V3.Model.CommentPost.t(),
published: DateTime.t(),
selfLink: any(),
status: any(),
updated: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.