Retail v2 API - Class GetModelRequest (2.6.0)

public sealed class GetModelRequest : IMessage<GetModelRequest>, IEquatable<GetModelRequest>, IDeepCloneable<GetModelRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class GetModelRequest.

Request for getting a model.

Inheritance

object > GetModelRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

GetModelRequest()

public GetModelRequest()

GetModelRequest(GetModelRequest)

public GetModelRequest(GetModelRequest other)
Parameter
NameDescription
otherGetModelRequest

Properties

ModelName

public ModelName ModelName { get; set; }

ModelName-typed view over the Name resource name property.

Property Value
TypeDescription
ModelName

Name

public string Name { get; set; }

Required. The resource name of the [Model][google.cloud.retail.v2.Model] to get. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog}/models/{model_id}

Property Value
TypeDescription
string