generated/google/apis/cloudasset_v1beta1/classes.rb in google-api-client-0.30.8 vs generated/google/apis/cloudasset_v1beta1/classes.rb in google-api-client-0.30.9
- old
+ new
@@ -199,18 +199,10 @@
# Follows the same format of Binding.members.
# Corresponds to the JSON property `exemptedMembers`
# @return [Array<String>]
attr_accessor :exempted_members
- # Specifies whether principals can be exempted for the same LogType in
- # lower-level resource policies. If true, any lower-level exemptions will
- # be ignored.
- # Corresponds to the JSON property `ignoreChildExemptions`
- # @return [Boolean]
- attr_accessor :ignore_child_exemptions
- alias_method :ignore_child_exemptions?, :ignore_child_exemptions
-
# The log type that this config enables.
# Corresponds to the JSON property `logType`
# @return [String]
attr_accessor :log_type
@@ -219,10 +211,9 @@
end
# Update properties of this object
def update!(**args)
@exempted_members = args[:exempted_members] if args.key?(:exempted_members)
- @ignore_child_exemptions = args[:ignore_child_exemptions] if args.key?(:ignore_child_exemptions)
@log_type = args[:log_type] if args.key?(:log_type)
end
end
# Batch get assets history response.