lib/google/apis/osconfig_v1/representations.rb in google-apis-osconfig_v1-0.32.0 vs lib/google/apis/osconfig_v1/representations.rb in google-apis-osconfig_v1-0.33.0
- old
+ new
@@ -912,9 +912,10 @@
class OsPolicy
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :allow_no_resource_group_match, as: 'allowNoResourceGroupMatch'
property :description, as: 'description'
+ property :fingerprint, as: 'fingerprint'
property :id, as: 'id'
property :mode, as: 'mode'
collection :resource_groups, as: 'resourceGroups', class: Google::Apis::OsconfigV1::OsPolicyResourceGroup, decorator: Google::Apis::OsconfigV1::OsPolicyResourceGroup::Representation
end