class Google::Apis::LoggingV1beta3::ListLogSinksResponse
Result returned from `ListLogSinks`.
Attributes
sinks[RW]
The requested log sinks. If a returned `LogSink` object has an empty ` destination` field, the client can retrieve the complete `LogSink` object by calling `log.sinks.get`. Corresponds to the JSON property `sinks` @return [Array<Google::Apis::LoggingV1beta3::LogSink>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/logging_v1beta3/classes.rb, line 471 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/logging_v1beta3/classes.rb, line 476 def update!(**args) @sinks = args[:sinks] unless args[:sinks].nil? end