generated/google/apis/dns_v1beta2/representations.rb in google-api-client-0.48.0 vs generated/google/apis/dns_v1beta2/representations.rb in google-api-client-0.49.0

- old
+ new

@@ -242,10 +242,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ResourceRecordSetsDeleteResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ResourceRecordSetsListResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -675,9 +681,15 @@ collection :rrdatas, as: 'rrdatas' collection :signature_rrdatas, as: 'signatureRrdatas' property :ttl, as: 'ttl' property :type, as: 'type' + end + end + + class ResourceRecordSetsDeleteResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation end end class ResourceRecordSetsListResponse # @private