Show / Hide Table of Contents

Class User

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

Properties

About

Profile summary information.

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

Blogs

The container of blogs for this user.

Declaration
[JsonProperty("blogs")]
public virtual User.BlogsData Blogs { get; set; }
Property Value
Type Description
User.BlogsData

Created

The timestamp of when this profile was created, in seconds since epoch.

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

DisplayName

The display name.

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

Id

The identifier for this User.

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

Kind

The kind of this entity. Always blogger#user.

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

Locale

This user's locale

Declaration
[JsonProperty("locale")]
public virtual User.LocaleData Locale { get; set; }
Property Value
Type Description
User.LocaleData

SelfLink

The API REST URL to fetch this resource from.

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

Url

The user's profile page.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX