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.
8333 8334 8335 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8333 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ca_certs ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfigCaCert>
Corresponds to the JSON property caCerts
8331 8332 8333 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8331 def ca_certs @ca_certs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8338 8339 8340 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8338 def update!(**args) @ca_certs = args[:ca_certs] if args.key?(:ca_certs) end |