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.
3021 3022 3023 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3021 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3026 3027 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3026 def update!(**args) end |