Struct google_partners2::CertificationStatus [] [src]

pub struct CertificationStatus {
    pub type_: Option<String>,
    pub is_certified: Option<bool>,
    pub exam_statuses: Option<Vec<CertificationExamStatus>>,
}

Google Partners certification status.

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

Fields

The type of the certification.

Whether certification is passing.

List of certification exam statuses.

Trait Implementations

impl Debug for CertificationStatus
[src]

Formats the value using the given formatter.

impl Clone for CertificationStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CertificationStatus
[src]

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

impl Part for CertificationStatus
[src]