Struct google_blogger3::BlogPerUserInfo [] [src]

pub struct BlogPerUserInfo {
    pub has_admin_access: Option<bool>,
    pub kind: Option<String>,
    pub role: Option<String>,
    pub photos_album_key: Option<String>,
    pub user_id: Option<String>,
    pub blog_id: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

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

The kind of this entity. Always blogger#blogPerUserInfo

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

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

ID of the User

ID of the Blog resource

Trait Implementations

impl Default for BlogPerUserInfo
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for BlogPerUserInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BlogPerUserInfo
[src]

[src]

Formats the value using the given formatter.

impl Part for BlogPerUserInfo
[src]