Class: Google::Apis::IamV1::QueryAuditableServicesResponse
- Inherits:
-
Object
- Object
- Google::Apis::IamV1::QueryAuditableServicesResponse
- 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
-
#services ⇒ Array<Google::Apis::IamV1::AuditableService>
The auditable services for a resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ QueryAuditableServicesResponse
constructor
A new instance of QueryAuditableServicesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ QueryAuditableServicesResponse
Returns a new instance of QueryAuditableServicesResponse
926 927 928 |
# File 'generated/google/apis/iam_v1/classes.rb', line 926 def initialize(**args) update!(**args) end |
Instance Attribute Details
#services ⇒ Array<Google::Apis::IamV1::AuditableService>
The auditable services for a resource.
Corresponds to the JSON property services
924 925 926 |
# File 'generated/google/apis/iam_v1/classes.rb', line 924 def services @services end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
931 932 933 |
# File 'generated/google/apis/iam_v1/classes.rb', line 931 def update!(**args) @services = args[:services] if args.key?(:services) end |