class Google::Apis::LoggingV2::CopyLogEntriesResponse

Response type for CopyLogEntries long running operations.

Attributes

log_entries_copied_count[RW]

Number of log entries copied. Corresponds to the JSON property `logEntriesCopiedCount` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/logging_v2/classes.rb, line 288
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/logging_v2/classes.rb, line 293
def update!(**args)
  @log_entries_copied_count = args[:log_entries_copied_count] if args.key?(:log_entries_copied_count)
end