Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails
- 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
-
#certificate_state ⇒ String
Corresponds to the JSON property
certificateState. -
#error_message ⇒ String
Corresponds to the JSON property
errorMessage.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails
constructor
A new instance of GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails
Returns a new instance of GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails.
15663 15664 15665 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15663 def initialize(**args) update!(**args) end |
Instance Attribute Details
#certificate_state ⇒ String
Corresponds to the JSON property certificateState
15656 15657 15658 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15656 def certificate_state @certificate_state end |
#error_message ⇒ String
Corresponds to the JSON property errorMessage
15661 15662 15663 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15661 def @error_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15668 15669 15670 15671 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15668 def update!(**args) @certificate_state = args[:certificate_state] if args.key?(:certificate_state) @error_message = args[:error_message] if args.key?(:error_message) end |