Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SipHostnameHostnameErrorDetails
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SipHostnameHostnameErrorDetails
- 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
-
#certificate_state ⇒ String
Corresponds to the JSON property
certificateState. -
#error_message ⇒ String
Corresponds to the JSON property
errorMessage.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SipHostnameHostnameErrorDetails
constructor
A new instance of GoogleCloudDialogflowV2beta1SipHostnameHostnameErrorDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SipHostnameHostnameErrorDetails
Returns a new instance of GoogleCloudDialogflowV2beta1SipHostnameHostnameErrorDetails.
20025 20026 20027 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20025 def initialize(**args) update!(**args) end |
Instance Attribute Details
#certificate_state ⇒ String
Corresponds to the JSON property certificateState
20018 20019 20020 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20018 def certificate_state @certificate_state end |
#error_message ⇒ String
Corresponds to the JSON property errorMessage
20023 20024 20025 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20023 def @error_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20030 20031 20032 20033 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20030 def update!(**args) @certificate_state = args[:certificate_state] if args.key?(:certificate_state) @error_message = args[:error_message] if args.key?(:error_message) end |