Struct google_partners2::Certification [] [src]

pub struct Certification {
    pub achieved: Option<bool>,
    pub warning: Option<bool>,
    pub last_achieved: Option<String>,
    pub expiration: Option<String>,
    pub certification_type: Option<String>,
}

A user's information on a specific certification.

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

Fields

Whether this certification has been achieved.

Whether this certification is in the state of warning.

The date the user last achieved certification.

Date this certification is due to expire.

The type of certification, the area of expertise.

Trait Implementations

impl Default for Certification
[src]

[src]

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

impl Clone for Certification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Certification
[src]

[src]

Formats the value using the given formatter.

impl Part for Certification
[src]