Class: Google::Apis::LoggingV2::CopyLogEntriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::LoggingV2::CopyLogEntriesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/logging_v2/classes.rb,
lib/google/apis/logging_v2/representations.rb,
lib/google/apis/logging_v2/representations.rb
Overview
Response type for CopyLogEntries long running operations.
Instance Attribute Summary collapse
-
#log_entries_copied_count ⇒ Fixnum
Number of log entries copied.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CopyLogEntriesResponse
constructor
A new instance of CopyLogEntriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CopyLogEntriesResponse
Returns a new instance of CopyLogEntriesResponse.
557 558 559 |
# File 'lib/google/apis/logging_v2/classes.rb', line 557 def initialize(**args) update!(**args) end |
Instance Attribute Details
#log_entries_copied_count ⇒ Fixnum
Number of log entries copied.
Corresponds to the JSON property logEntriesCopiedCount
555 556 557 |
# File 'lib/google/apis/logging_v2/classes.rb', line 555 def log_entries_copied_count @log_entries_copied_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
562 563 564 |
# File 'lib/google/apis/logging_v2/classes.rb', line 562 def update!(**args) @log_entries_copied_count = args[:log_entries_copied_count] if args.key?(:log_entries_copied_count) end |