Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDispatchInfo

Inherits:
Object
  • Object
show all
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 dispatch information configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDispatchInfo

Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDispatchInfo.



1891
1892
1893
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1891

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#output_typeString

Optional. The output type details for the delegated dispatch information. Corresponds to the JSON property outputType

Returns:

  • (String)


1889
1890
1891
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1889

def output_type
  @output_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1896
1897
1898
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1896

def update!(**args)
  @output_type = args[:output_type] if args.key?(:output_type)
end