class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata
Metadata associated with the long running operation for Versions.CreateVersion.
Attributes
version[RW]
Name of the created version. Format: `projects//locations//agents//flows// versions/`. Corresponds to the JSON property `version` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3beta1/classes.rb, line 3125 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v3beta1/classes.rb, line 3130 def update!(**args) @version = args[:version] if args.key?(:version) end