Show / Hide Table of Contents

Class GoogleCloudApihubV1RetrieveApiViewsResponse

The RetrieveApiViews method's response.

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

Properties

ApiViews

The list of API views.

Declaration
[JsonProperty("apiViews")]
public virtual IList<GoogleCloudApihubV1ApiView> ApiViews { get; set; }
Property Value
Type Description
IList<GoogleCloudApihubV1ApiView>

ETag

The ETag of the item.

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

NextPageToken

Next page token.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX