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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/iam_v1/classes.rb,
generated/google/apis/iam_v1/representations.rb,
generated/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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ QueryAuditableServicesResponse

Returns a new instance of QueryAuditableServicesResponse



889
890
891
# File 'generated/google/apis/iam_v1/classes.rb', line 889

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



887
888
889
# File 'generated/google/apis/iam_v1/classes.rb', line 887

def services
  @services
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



894
895
896
# File 'generated/google/apis/iam_v1/classes.rb', line 894

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