Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#ca_certs ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfigCaCert>
Corresponds to the JSON property
caCerts.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolTlsConfig
constructor
A new instance of GoogleCloudDialogflowCxV3ToolTlsConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolTlsConfig
Returns a new instance of GoogleCloudDialogflowCxV3ToolTlsConfig.
8339 8340 8341 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8339 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ca_certs ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfigCaCert>
Corresponds to the JSON property caCerts
8337 8338 8339 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8337 def ca_certs @ca_certs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8344 8345 8346 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8344 def update!(**args) @ca_certs = args[:ca_certs] if args.key?(:ca_certs) end |