Class: Google::Apis::IamV1::QueryAuditableServicesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/iam_v1/classes.rb,
lib/google/apis/iam_v1/representations.rb,
lib/google/apis/iam_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ QueryAuditableServicesResponse

Returns a new instance of QueryAuditableServicesResponse.



1955
1956
1957
# File 'lib/google/apis/iam_v1/classes.rb', line 1955

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#servicesArray<Google::Apis::IamV1::AuditableService>

The auditable services for a resource. Corresponds to the JSON property services



1953
1954
1955
# File 'lib/google/apis/iam_v1/classes.rb', line 1953

def services
  @services
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1960
1961
1962
# File 'lib/google/apis/iam_v1/classes.rb', line 1960

def update!(**args)
  @services = args[:services] if args.key?(:services)
end