Show / Hide Table of Contents

Class BlogList

Inheritance
System.Object
BlogList
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Blogger.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class BlogList : IDirectResponseSchema

Properties

BlogUserInfos

Admin level list of blog per-user information.

Declaration
[JsonProperty("blogUserInfos")]
public virtual IList<BlogUserInfo> BlogUserInfos { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<BlogUserInfo>

ETag

The ETag of the item.

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

Items

The list of Blogs this user has Authorship or Admin rights over.

Declaration
[JsonProperty("items")]
public virtual IList<Blog> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Blog>

Kind

The kind of this entity. Always blogger#blogList.

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

Implements

IDirectResponseSchema
Back to top