Struct google_blogger3::PostPerUserInfo [] [src]

pub struct PostPerUserInfo {
    pub kind: Option<String>,
    pub post_id: Option<String>,
    pub user_id: Option<String>,
    pub blog_id: Option<String>,
    pub has_edit_access: Option<bool>,
}

There is no detailed description.

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

Fields

The kind of this entity. Always blogger#postPerUserInfo

ID of the Post resource.

ID of the User.

ID of the Blog that the post resource belongs to.

True if the user has Author level access to the post.

Trait Implementations

impl Default for PostPerUserInfo
[src]

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

impl Clone for PostPerUserInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PostPerUserInfo
[src]

Formats the value using the given formatter.

impl Part for PostPerUserInfo
[src]