Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/beyondcorp_v1alpha/classes.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb
Overview
The delegated device information configuration.
Instance Attribute Summary collapse
-
#output_type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo.
2725 2726 2727 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2725 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
2723 2724 2725 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2723 def output_type @output_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2730 2731 2732 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2730 def update!(**args) @output_type = args[:output_type] if args.key?(:output_type) end |