Show / Hide Table of Contents

Class BlogPerUserInfo

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

Properties

BlogId

ID of the Blog resource.

Declaration
[JsonProperty("blogId")]
public virtual string BlogId { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.Boolean>

Kind

The kind of this entity. Always blogger#blogPerUserInfo.

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

UserId

ID of the User.

Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top