Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo
- 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 group configuration details.
Instance Attribute Summary collapse
-
#output_type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo.
1885 1886 1887 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1885 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
1883 1884 1885 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1883 def output_type @output_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1890 1891 1892 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1890 def update!(**args) @output_type = args[:output_type] if args.key?(:output_type) end |