Class MethodDetails
The method details per method in the Merchant API.
Implements
Namespace: Google.Shopping.Merchant.Quota.V1Beta
Assembly: Google.Shopping.Merchant.Quota.V1Beta.dll
Syntax
public sealed class MethodDetails : IMessage<MethodDetails>, IEquatable<MethodDetails>, IDeepCloneable<MethodDetails>, IBufferMessage, IMessage
Constructors
MethodDetails()
Declaration
public MethodDetails()
MethodDetails(MethodDetails)
Declaration
public MethodDetails(MethodDetails other)
Parameters
Type | Name | Description |
---|---|---|
MethodDetails | other |
Properties
Method
Output only. The name of the method for example products.list
.
Declaration
public string Method { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
Output only. The path for the method such as
products/v1/productInputs.insert
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Subapi
Output only. The sub-API that the method belongs to.
Declaration
public string Subapi { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Output only. The API version that the method belongs to.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string |