Show / Hide Table of Contents

Class ListRelationsResponse

Response message for listing relations.

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

Properties

ETag

The ETag of the item.

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

NextPageToken

A token identifying a page of results the server should return.

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

Relations

A list of relations.

Declaration
[JsonProperty("relations")]
public virtual IList<Relation> Relations { get; set; }
Property Value
Type Description
IList<Relation>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX