Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo
- 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 group configuration details.
Instance Attribute Summary collapse
-
#output_type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo.
2744 2745 2746 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2744 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_type ⇒ String
Optional. The output type of the delegated group information.
Corresponds to the JSON property outputType
2742 2743 2744 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2742 def output_type @output_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2749 2750 2751 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2749 def update!(**args) @output_type = args[:output_type] if args.key?(:output_type) end |