Class PostPerUserInfo
Implements
Inherited Members
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 |