Show / Hide Table of Contents

Class MethodDetails

The method details per method in the Merchant API.

Inheritance
object
MethodDetails
Implements
IMessage<MethodDetails>
IEquatable<MethodDetails>
IDeepCloneable<MethodDetails>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Quota.V1
Assembly: Google.Shopping.Merchant.Quota.V1.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
In this article
Back to top Generated by DocFX