Show / Hide Table of Contents

Class ListPlatformPoliciesResponse

Response message for PlatformPolicyManagementService.ListPlatformPolicies.

Inheritance
object
ListPlatformPoliciesResponse
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 ListPlatformPoliciesResponse : IDirectResponseSchema

Properties

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 ListPlatformPoliciesRequest.page_token field in the subsequent call to the ListPlatformPolicies method to retrieve the next page of results.

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

PlatformPolicies

The list of platform policies.

Declaration
[JsonProperty("platformPolicies")]
public virtual IList<PlatformPolicy> PlatformPolicies { get; set; }
Property Value
Type Description
IList<PlatformPolicy>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX