class Google::Apis::YoutubePartnerV1::StateCompleted
Attributes
state[RW]
The state that the order entered. Corresponds to the JSON property `state` @return [String]
time_completed[RW]
The time that the state transition occurred. Corresponds to the JSON property `timeCompleted` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/youtube_partner_v1/classes.rb, line 3349 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/youtube_partner_v1/classes.rb, line 3354 def update!(**args) @state = args[:state] if args.key?(:state) @time_completed = args[:time_completed] if args.key?(:time_completed) end