Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolTlsConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolTlsConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#ca_certs ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolTlsConfigCaCert>
Corresponds to the JSON property
caCerts.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolTlsConfig
constructor
A new instance of GoogleCloudDialogflowV2ToolTlsConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolTlsConfig
Returns a new instance of GoogleCloudDialogflowV2ToolTlsConfig.
17456 17457 17458 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17456 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ca_certs ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolTlsConfigCaCert>
Corresponds to the JSON property caCerts
17454 17455 17456 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17454 def ca_certs @ca_certs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17461 17462 17463 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17461 def update!(**args) @ca_certs = args[:ca_certs] if args.key?(:ca_certs) end |