Show / Hide Table of Contents

Class ListAttestorsResponse

Response message for BinauthzManagementServiceV1.ListAttestors.

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

Properties

Attestors

The list of attestors.

Declaration
[JsonProperty("attestors")]
public virtual IList<Attestor> Attestors { get; set; }
Property Value
Type Description
IList<Attestor>

ETag

The ETag of the item.

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

NextPageToken

A token to retrieve the next page of results. Pass this value in the ListAttestorsRequest.page_token field in the subsequent call to the ListAttestors method to retrieve the next page of results.

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