Class: Google::Apis::NotebooksV1::TriggerScheduleRequest
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::TriggerScheduleRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/notebooks_v1/classes.rb,
generated/google/apis/notebooks_v1/representations.rb,
generated/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.
1336 1337 1338 |
# File 'generated/google/apis/notebooks_v1/classes.rb', line 1336 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1341 1342 |
# File 'generated/google/apis/notebooks_v1/classes.rb', line 1341 def update!(**args) end |