Struct google_partners2::CertificationExamStatus[][src]

pub struct CertificationExamStatus {
    pub number_users_pass: Option<i32>,
    pub type_: Option<String>,
}

Status for a Google Partners certification exam.

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

Fields

The number of people who have passed the certification exam.

The type of certification exam.

Trait Implementations

impl Default for CertificationExamStatus
[src]

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

impl Clone for CertificationExamStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CertificationExamStatus
[src]

Formats the value using the given formatter. Read more

impl Part for CertificationExamStatus
[src]

Auto Trait Implementations