generated/google/apis/storage_v1/classes.rb in google-api-client-0.13.5 vs generated/google/apis/storage_v1/classes.rb in google-api-client-0.13.6

- old
+ new

@@ -1408,10 +1408,15 @@ # class Binding include Google::Apis::Core::Hashable + # + # Corresponds to the JSON property `condition` + # @return [Object] + attr_accessor :condition + # A collection of identifiers for members who may assume the provided role. # Recognized identifiers are as follows: # - allUsers — A special identifier that represents anyone on the internet; with # or without a Google account. # - allAuthenticatedUsers — A special identifier that represents anyone who is @@ -1466,9 +1471,10 @@ update!(**args) end # Update properties of this object def update!(**args) + @condition = args[:condition] if args.key?(:condition) @members = args[:members] if args.key?(:members) @role = args[:role] if args.key?(:role) end end end