google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.CertificationExamStatus View Source

Status for a Google Partners certification exam.

Attributes

  • numberUsersPass (integer()): The number of people who have passed the certification exam. Defaults to: null.
  • type (String.t): The type of certification exam. Defaults to: null.

    • Enum - one of [CERTIFICATION_EXAM_TYPE_UNSPECIFIED, CET_ADWORDS_FUNDAMENTALS, CET_ADWORDS_ADVANCED_SEARCH, CET_ADWORDS_ADVANCED_DISPLAY, CET_VIDEO_ADS, CET_DOUBLECLICK, CET_ANALYTICS, CET_SHOPPING, CET_MOBILE, CET_DIGITAL_SALES, CET_MOBILE_SITES]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Partners.V2.Model.CertificationExamStatus{
  numberUsersPass: any(),
  type: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.