Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2DocumentReloadStatus
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2DocumentReloadStatus
- 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
-
#status ⇒ Google::Apis::DialogflowV2::GoogleRpcStatus
Corresponds to the JSON property
status. -
#time ⇒ String
Corresponds to the JSON property
time.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2DocumentReloadStatus
constructor
A new instance of GoogleCloudDialogflowV2DocumentReloadStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2DocumentReloadStatus
Returns a new instance of GoogleCloudDialogflowV2DocumentReloadStatus.
9343 9344 9345 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9343 def initialize(**args) update!(**args) end |
Instance Attribute Details
#status ⇒ Google::Apis::DialogflowV2::GoogleRpcStatus
Corresponds to the JSON property status
9336 9337 9338 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9336 def status @status end |
#time ⇒ String
Corresponds to the JSON property time
9341 9342 9343 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9341 def time @time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9348 9349 9350 9351 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9348 def update!(**args) @status = args[:status] if args.key?(:status) @time = args[:time] if args.key?(:time) end |