Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCreateModelMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/retail_v2alpha/classes.rb,
lib/google/apis/retail_v2alpha/representations.rb,
lib/google/apis/retail_v2alpha/representations.rb

Overview

Metadata associated with a create operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2alphaCreateModelMetadata

Returns a new instance of GoogleCloudRetailV2alphaCreateModelMetadata.



1943
1944
1945
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 1943

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

Instance Attribute Details

#modelString

The resource name of the model that this create applies to. Format: projects/ project_number/locations/location_id/catalogs/catalog_id/models/model_id Corresponds to the JSON property model

Returns:

  • (String)


1941
1942
1943
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 1941

def model
  @model
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1948
1949
1950
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 1948

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