diff --git a/lib/google/apis/generator/templates/_representation.tmpl b/lib/google/apis/generator/templates/_representation.tmpl index 8e9cc843b..c9320fcb4 100644 --- a/lib/google/apis/generator/templates/_representation.tmpl +++ b/lib/google/apis/generator/templates/_representation.tmpl @@ -1,7 +1,7 @@ <% if cls.type == 'object' -%> -# @private class <%= cls.generated_class_name %> + # @private class Representation < Google::Apis::Core::JsonRepresentation <% if api.features && api.features.include?('dataWrapper') -%> self.representation_wrap = lambda { |args| :data if args[:unwrap] == <%= cls.generated_type %> }