Show / Hide Table of Contents

Class PostPerUserInfo

Inheritance
object
PostPerUserInfo
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.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class PostPerUserInfo : IDirectResponseSchema

Properties

BlogId

ID of the Blog that the post resource belongs to.

Declaration
[JsonProperty("blogId")]
public virtual string BlogId { 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

HasEditAccess

True if the user has Author level access to the post.

Declaration
[JsonProperty("hasEditAccess")]
public virtual bool? HasEditAccess { get; set; }
Property Value
Type Description
bool?

Kind

The kind of this entity. Always blogger#postPerUserInfo.

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

PostId

ID of the Post resource.

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

UserId

ID of the User.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX