Show / Hide Table of Contents

Class Post.BlogData

Data about the blog containing this Post.

Inheritance
object
Post.BlogData
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 Post.BlogData

Properties

Id

The identifier of the Blog that contains this Post.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX