Show / Hide Table of Contents

Class PostUserInfo

Inheritance
System.Object
PostUserInfo
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 PostUserInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Kind

The kind of this entity. Always blogger#postUserInfo.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.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

Implements

IDirectResponseSchema
Back to top