Show / Hide Table of Contents

Class MethodDetails

The method details per method in the CSS API.

Inheritance
object
MethodDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Css.v1.Data
Assembly: Google.Apis.Css.v1.dll
Syntax
public class MethodDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Method

Output only. The name of the method for example cssproductsservice.listcssproducts.

Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }
Property Value
Type Description
string

Path

Output only. The path for the method such as v1/cssproductsservice.listcssproducts.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

Subapi

Output only. The sub-API that the method belongs to. In the CSS API, this is always css.

Declaration
[JsonProperty("subapi")]
public virtual string Subapi { get; set; }
Property Value
Type Description
string

Version

Output only. The API version that the method belongs to.

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX