Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_certsArray<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