class Google::Apis::LoggingV1beta3::ListSinksResponse
Result returned from `ListSinks`.
Attributes
sinks[RW]
The requested sinks. If a returned `LogSink` object has an empty `destination` field, the client can retrieve the complete `LogSink` object by calling ` projects.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 685 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 690 def update!(**args) @sinks = args[:sinks] unless args[:sinks].nil? end