Retail v2 API - Class DeleteServingConfigRequest (2.8.0)

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

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

Request for DeleteServingConfig method.

Inheritance

object > DeleteServingConfigRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

DeleteServingConfigRequest()

public DeleteServingConfigRequest()

DeleteServingConfigRequest(DeleteServingConfigRequest)

public DeleteServingConfigRequest(DeleteServingConfigRequest other)
Parameter
NameDescription
otherDeleteServingConfigRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the ServingConfig to delete. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}

Property Value
TypeDescription
string

ServingConfigName

public ServingConfigName ServingConfigName { get; set; }

ServingConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
ServingConfigName