class Google::Apis::LoggingV1beta3::ListLogServiceSinksResponse

Result returned from `ListLogServiceSinks`.

Attributes

sinks[RW]

The requested log service sinks. If a returned `LogSink` object has an empty ` destination` field, the client can retrieve the complete `LogSink` object by calling `logServices.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 664
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 669
def update!(**args)
  @sinks = args[:sinks] unless args[:sinks].nil?
end