lib/google/apis/analyticshub_v1/representations.rb in google-apis-analyticshub_v1-0.5.0 vs lib/google/apis/analyticshub_v1/representations.rb in google-apis-analyticshub_v1-0.6.0
- old
+ new
@@ -362,9 +362,10 @@
end
class RestrictedExportConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :enabled, as: 'enabled'
property :restrict_direct_table_access, as: 'restrictDirectTableAccess'
property :restrict_query_result, as: 'restrictQueryResult'
end
end