Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolTlsConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolTlsConfig

Returns a new instance of GoogleCloudDialogflowV2beta1ToolTlsConfig.



21877
21878
21879
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21877

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

Instance Attribute Details

#ca_certsArray<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolTlsConfigCaCert>

Corresponds to the JSON property caCerts



21875
21876
21877
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21875

def ca_certs
  @ca_certs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21882
21883
21884
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21882

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