Show / Hide Table of Contents

Class ListResponse

Response message for the List call.

Inheritance
object
ListResponse
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.Digitalassetlinks.v1.Data
Assembly: Google.Apis.Digitalassetlinks.v1.dll
Syntax
public class ListResponse : IDirectResponseSchema

Properties

DebugString

Human-readable message containing information intended to help end users understand, reproduce and debug the result. The message will be in English and we are currently not planning to offer any translations. Please note that no guarantees are made about the contents or format of this string. Any aspect of it may be subject to change without notice. You should not attempt to programmatically parse this data. For programmatic access, use the error_code field below.

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

ETag

The ETag of the item.

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

ErrorCode

Error codes that describe the result of the List operation.

Declaration
[JsonProperty("errorCode")]
public virtual IList<string> ErrorCode { get; set; }
Property Value
Type Description
IList<string>

MaxAge

From serving time, how much longer the response should be considered valid barring further updates. REQUIRED

Declaration
[JsonProperty("maxAge")]
public virtual object MaxAge { get; set; }
Property Value
Type Description
object

Statements

A list of all the matching statements that have been found.

Declaration
[JsonProperty("statements")]
public virtual IList<Statement> Statements { get; set; }
Property Value
Type Description
IList<Statement>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX