blogger  v3
Classes | Properties | List of all members
Google.Apis.Blogger.v3.Data.Post Class Reference
Inheritance diagram for Google.Apis.Blogger.v3.Data.Post:
Google::Apis::Requests::IDirectResponseSchema

Classes

class  AuthorData
 The author of this Post. More...
 
class  BlogData
 Data about the blog containing this Post. More...
 
class  ImagesData
 
class  LocationData
 The location for geotagged posts. More...
 
class  RepliesData
 The container of comments on this Post. More...
 

Properties

virtual Post.AuthorData Author [get, set]
 The author of this Post. More...
 
virtual Post.BlogData Blog [get, set]
 Data about the blog containing this Post. More...
 
virtual string Content [get, set]
 The content of the Post. May contain HTML markup. More...
 
virtual string CustomMetaData [get, set]
 The JSON meta-data for the Post. More...
 
virtual string ETag [get, set]
 Etag of the resource. More...
 
virtual string Id [get, set]
 The identifier of this Post. More...
 
virtual System.Collections.Generic.IList< Post.ImagesDataImages [get, set]
 Display image for the Post. More...
 
virtual string Kind [get, set]
 The kind of this entity. Always blogger::post. More...
 
virtual System.Collections.Generic.IList< string > Labels [get, set]
 The list of labels this Post was tagged with. More...
 
virtual Post.LocationData Location [get, set]
 The location for geotagged posts. More...
 
virtual string Published [get, set]
 RFC 3339 date-time when this Post was published. More...
 
virtual string ReaderComments [get, set]
 Comment control and display setting for readers of this post. More...
 
virtual Post.RepliesData Replies [get, set]
 The container of comments on this Post. More...
 
virtual string SelfLink [get, set]
 The API REST URL to fetch this resource from. More...
 
virtual string Status [get, set]
 Status of the post. Only set for admin-level requests. More...
 
virtual string Title [get, set]
 The title of the Post. More...
 
virtual string TitleLink [get, set]
 The title link URL, similar to atom's related link. More...
 
virtual string Updated [get, set]
 RFC 3339 date-time when this Post was last updated. More...
 
virtual string Url [get, set]
 The URL where this Post is displayed. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ Author

virtual Post.AuthorData Google.Apis.Blogger.v3.Data.Post.Author
getset

The author of this Post.

◆ Blog

virtual Post.BlogData Google.Apis.Blogger.v3.Data.Post.Blog
getset

Data about the blog containing this Post.

◆ Content

virtual string Google.Apis.Blogger.v3.Data.Post.Content
getset

The content of the Post. May contain HTML markup.

◆ CustomMetaData

virtual string Google.Apis.Blogger.v3.Data.Post.CustomMetaData
getset

The JSON meta-data for the Post.

◆ ETag

virtual string Google.Apis.Blogger.v3.Data.Post.ETag
getset

Etag of the resource.

◆ Id

virtual string Google.Apis.Blogger.v3.Data.Post.Id
getset

The identifier of this Post.

◆ Images

virtual System.Collections.Generic.IList<Post.ImagesData> Google.Apis.Blogger.v3.Data.Post.Images
getset

Display image for the Post.

◆ Kind

virtual string Google.Apis.Blogger.v3.Data.Post.Kind
getset

The kind of this entity. Always blogger::post.

◆ Labels

virtual System.Collections.Generic.IList<string> Google.Apis.Blogger.v3.Data.Post.Labels
getset

The list of labels this Post was tagged with.

◆ Location

virtual Post.LocationData Google.Apis.Blogger.v3.Data.Post.Location
getset

The location for geotagged posts.

◆ Published

virtual string Google.Apis.Blogger.v3.Data.Post.Published
getset

RFC 3339 date-time when this Post was published.

◆ ReaderComments

virtual string Google.Apis.Blogger.v3.Data.Post.ReaderComments
getset

Comment control and display setting for readers of this post.

◆ Replies

virtual Post.RepliesData Google.Apis.Blogger.v3.Data.Post.Replies
getset

The container of comments on this Post.

◆ SelfLink

virtual string Google.Apis.Blogger.v3.Data.Post.SelfLink
getset

The API REST URL to fetch this resource from.

◆ Status

virtual string Google.Apis.Blogger.v3.Data.Post.Status
getset

Status of the post. Only set for admin-level requests.

◆ Title

virtual string Google.Apis.Blogger.v3.Data.Post.Title
getset

The title of the Post.

◆ TitleLink

virtual string Google.Apis.Blogger.v3.Data.Post.TitleLink
getset

The title link URL, similar to atom's related link.

◆ Updated

virtual string Google.Apis.Blogger.v3.Data.Post.Updated
getset

RFC 3339 date-time when this Post was last updated.

◆ Url

virtual string Google.Apis.Blogger.v3.Data.Post.Url
getset

The URL where this Post is displayed.


The documentation for this class was generated from the following file: