Class: Google::Apis::VerifiedaccessV2::Antivirus
- Inherits:
-
Object
- Object
- Google::Apis::VerifiedaccessV2::Antivirus
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/verifiedaccess_v2/classes.rb,
lib/google/apis/verifiedaccess_v2/representations.rb,
lib/google/apis/verifiedaccess_v2/representations.rb
Overview
Antivirus information on a device.
Instance Attribute Summary collapse
-
#state ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Antivirus
constructor
A new instance of Antivirus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Antivirus
Returns a new instance of Antivirus.
35 36 37 |
# File 'lib/google/apis/verifiedaccess_v2/classes.rb', line 35 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Output only. The state of the antivirus on the device. Introduced in Chrome
M136.
Corresponds to the JSON property state
33 34 35 |
# File 'lib/google/apis/verifiedaccess_v2/classes.rb', line 33 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40 41 42 |
# File 'lib/google/apis/verifiedaccess_v2/classes.rb', line 40 def update!(**args) @state = args[:state] if args.key?(:state) end |