Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails

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) ⇒ GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails

Returns a new instance of GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails.



15627
15628
15629
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15627

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

Instance Attribute Details

#certificate_stateString

Corresponds to the JSON property certificateState

Returns:

  • (String)


15620
15621
15622
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15620

def certificate_state
  @certificate_state
end

#error_messageString

Corresponds to the JSON property errorMessage

Returns:

  • (String)


15625
15626
15627
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15625

def error_message
  @error_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15632
15633
15634
15635
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15632

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