class Google::Apis::PartnersV2::CertificationExamStatus
Status for a Google Partners certification exam.
Attributes
number_users_pass[RW]
The number of people who have passed the certification exam. Corresponds to the JSON property `numberUsersPass` @return [Fixnum]
type[RW]
The type of certification exam. Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/partners_v2/classes.rb, line 783 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/partners_v2/classes.rb, line 788 def update!(**args) @type = args[:type] if args.key?(:type) @number_users_pass = args[:number_users_pass] if args.key?(:number_users_pass) end