Show / Hide Table of Contents

Class BlogPerUserInfo

Inheritance
object
BlogPerUserInfo
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 BlogPerUserInfo : IDirectResponseSchema

Properties

BlogId

ID of the Blog resource.

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

HasAdminAccess

True if the user has Admin level access to the blog.

Declaration
[JsonProperty("hasAdminAccess")]
public virtual bool? HasAdminAccess { get; set; }
Property Value
Type Description
bool?

Kind

The kind of this entity. Always blogger#blogPerUserInfo.

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

PhotosAlbumKey

The Photo Album Key for the user when adding photos to the blog.

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

Role

Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX