Class: Google::Apis::NotebooksV1::TriggerScheduleRequest
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::TriggerScheduleRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/notebooks_v1/classes.rb,
lib/google/apis/notebooks_v1/representations.rb,
lib/google/apis/notebooks_v1/representations.rb
Overview
Request for created scheduled notebooks
Instance Method Summary collapse
-
#initialize(**args) ⇒ TriggerScheduleRequest
constructor
A new instance of TriggerScheduleRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TriggerScheduleRequest
Returns a new instance of TriggerScheduleRequest.
3046 3047 3048 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3046 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3051 3052 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3051 def update!(**args) end |