Show / Hide Table of Contents

Class PostUserInfo

Inheritance
object
PostUserInfo
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX