Class: Google::Apis::LoggingV2::WriteLogEntriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::LoggingV2::WriteLogEntriesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/logging_v2/classes.rb,
generated/google/apis/logging_v2/representations.rb,
generated/google/apis/logging_v2/representations.rb
Overview
Result returned from WriteLogEntries. empty
Instance Method Summary collapse
-
#initialize(**args) ⇒ WriteLogEntriesResponse
constructor
A new instance of WriteLogEntriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ WriteLogEntriesResponse
Returns a new instance of WriteLogEntriesResponse
1729 1730 1731 |
# File 'generated/google/apis/logging_v2/classes.rb', line 1729 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1734 1735 |
# File 'generated/google/apis/logging_v2/classes.rb', line 1734 def update!(**args) end |