Class PostUserInfo
Implements
Inherited Members
Namespace: Google.Apis.Blogger.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class PostUserInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
The kind of this entity. Always blogger#postUserInfo.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Post
The Post resource.
Declaration
[JsonProperty("post")]
public virtual Post Post { get; set; }
Property Value
Type | Description |
---|---|
Post |
PostUserInfoValue
Information about a User for the Post.
Declaration
[JsonProperty("post_user_info")]
public virtual PostPerUserInfo PostUserInfoValue { get; set; }
Property Value
Type | Description |
---|---|
PostPerUserInfo |