class Google::Apis::IamV1::QueryAuditableServicesResponse

A response containing a list of auditable services for a resource.

Attributes

services[RW]

The auditable services for a resource. Corresponds to the JSON property `services` @return [Array<Google::Apis::IamV1::AuditableService>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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