class Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4Checksum
The expected state of a client's local database.
Attributes
sha256[RW]
The SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database. Corresponds to the JSON property `sha256` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/safebrowsing_v4/classes.rb, line 53 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/safebrowsing_v4/classes.rb, line 58 def update!(**args) @sha256 = args[:sha256] if args.key?(:sha256) end