Struct google_admin1_directory::UserPhoto [] [src]

pub struct UserPhoto {
    pub mime_type: Option<String>,
    pub kind: Option<String>,
    pub photo_data: Option<String>,
    pub height: Option<i32>,
    pub width: Option<i32>,
    pub etag: Option<String>,
    pub primary_email: Option<String>,
    pub id: Option<String>,
}

JSON template for Photo object in Directory API.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Mime Type of the photo

Kind of resource this is.

Base64 encoded photo data

Height in pixels of the photo

Width in pixels of the photo

ETag of the resource.

Primary email of User (Read-only)

Unique identifier of User (Read-only)

Trait Implementations

impl Default for UserPhoto
[src]

[src]

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

impl Clone for UserPhoto
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UserPhoto
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for UserPhoto
[src]

impl ResponseResult for UserPhoto
[src]