google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.Certification View Source
A user's information on a specific certification.
Attributes
- achieved (boolean()): Whether this certification has been achieved. Defaults to:
null. certificationType (String.t): The type of certification, the area of expertise. 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]
- expiration (DateTime.t): Date this certification is due to expire. Defaults to:
null. - lastAchieved (DateTime.t): The date the user last achieved certification. Defaults to:
null. - warning (boolean()): Whether this certification is in the state of warning. 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.Certification{
achieved: any(),
certificationType: any(),
expiration: DateTime.t(),
lastAchieved: DateTime.t(),
warning: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.