google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.CertificationStatus View Source
Google Partners certification status.
Attributes
- examStatuses ([CertificationExamStatus]): List of certification exam statuses. Defaults to:
null
. - isCertified (boolean()): Whether certification is passing. Defaults to:
null
. type (String.t): The type of the certification. Defaults to:
null
.- Enum - one of [CERTIFICATION_TYPE_UNSPECIFIED, CT_ADWORDS, CT_YOUTUBE, CT_VIDEOADS, CT_ANALYTICS, CT_DOUBLECLICK, CT_SHOPPING, CT_MOBILE, CT_DIGITAL_SALES, CT_ADWORDS_SEARCH, CT_ADWORDS_DISPLAY, CT_MOBILE_SITES]
- userCount (integer()): Number of people who are certified, Defaults to:
null
.
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.CertificationStatus{ examStatuses: [GoogleApi.Partners.V2.Model.CertificationExamStatus.t()], isCertified: any(), type: any(), userCount: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.