Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/beyondcorp_v1/classes.rb,
lib/google/apis/beyondcorp_v1/representations.rb,
lib/google/apis/beyondcorp_v1/representations.rb
Overview
The delegated device information configuration.
Instance Attribute Summary collapse
-
#output_type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo.
1866 1867 1868 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1866 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_type ⇒ String
Optional. The output type details for the delegated device.
Corresponds to the JSON property outputType
1864 1865 1866 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1864 def output_type @output_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1871 1872 1873 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1871 def update!(**args) @output_type = args[:output_type] if args.key?(:output_type) end |