Show / Hide Table of Contents

Class Blog

Inheritance
object
Blog
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Blogger.v2.Data
Assembly: Google.Apis.Blogger.v2.dll
Syntax
public class Blog : IDirectResponseSchema

Properties

CustomMetaData

The JSON custom meta-data for the Blog.

Declaration
[JsonProperty("customMetaData")]
public virtual string CustomMetaData { get; set; }
Property Value
Type Description
string

Description

The description of this blog. This is displayed underneath the title.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

The identifier for this resource.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Kind

The kind of this entry. Always blogger#blog.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Locale

The locale this Blog is set to.

Declaration
[JsonProperty("locale")]
public virtual Blog.LocaleData Locale { get; set; }
Property Value
Type Description
Blog.LocaleData

Name

The name of this blog. This is displayed as the title.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Pages

The container of pages in this blog.

Declaration
[JsonProperty("pages")]
public virtual Blog.PagesData Pages { get; set; }
Property Value
Type Description
Blog.PagesData

Posts

The container of posts in this blog.

Declaration
[JsonProperty("posts")]
public virtual Blog.PostsData Posts { get; set; }
Property Value
Type Description
Blog.PostsData

Published

RFC 3339 date-time when this blog was published.

Declaration
[JsonProperty("published")]
public virtual string Published { get; set; }
Property Value
Type Description
string

SelfLink

The API REST URL to fetch this resource from.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
string

Status

The status of the blog.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Updated

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

Declaration
[JsonProperty("updated")]
public virtual string Updated { get; set; }
Property Value
Type Description
string

Url

The URL where this blog is published.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX