Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolTlsConfig

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolTlsConfig

Returns a new instance of GoogleCloudDialogflowV2ToolTlsConfig.



17470
17471
17472
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17470

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

Instance Attribute Details

#ca_certsArray<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolTlsConfigCaCert>

Corresponds to the JSON property caCerts



17468
17469
17470
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17468

def ca_certs
  @ca_certs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17475
17476
17477
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17475

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