lib/google/apis/servicecontrol_v1/representations.rb in google-apis-servicecontrol_v1-0.32.0 vs lib/google/apis/servicecontrol_v1/representations.rb in google-apis-servicecontrol_v1-0.33.0
- old
+ new
@@ -483,9 +483,10 @@
end
class CheckInfo
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :api_key_uid, as: 'apiKeyUid'
property :consumer_info, as: 'consumerInfo', class: Google::Apis::ServicecontrolV1::ConsumerInfo, decorator: Google::Apis::ServicecontrolV1::ConsumerInfo::Representation
collection :unused_arguments, as: 'unusedArguments'
end
end