generated/google/apis/webmasters_v3/classes.rb in google-api-client-0.52.0 vs generated/google/apis/webmasters_v3/classes.rb in google-api-client-0.53.0

- old
+ new

@@ -138,10 +138,17 @@ # type is invalid. # Corresponds to the JSON property `aggregationType` # @return [String] attr_accessor :aggregation_type + # [Optional] If "all" (case-insensitive), data will include fresh data. If " + # final" (case-insensitive) or if this parameter is omitted, the returned data + # will include only finalized data. + # Corresponds to the JSON property `dataState` + # @return [String] + attr_accessor :data_state + # [Optional] Zero or more filters to apply to the dimension grouping values; for # example, 'query contains "buy"' to see only data where the query string # contains the substring "buy" (not case-sensitive). You can filter by a # dimension without grouping by it. # Corresponds to the JSON property `dimensionFilterGroups` @@ -192,9 +199,10 @@ end # Update properties of this object def update!(**args) @aggregation_type = args[:aggregation_type] if args.key?(:aggregation_type) + @data_state = args[:data_state] if args.key?(:data_state) @dimension_filter_groups = args[:dimension_filter_groups] if args.key?(:dimension_filter_groups) @dimensions = args[:dimensions] if args.key?(:dimensions) @end_date = args[:end_date] if args.key?(:end_date) @row_limit = args[:row_limit] if args.key?(:row_limit) @search_type = args[:search_type] if args.key?(:search_type)