Show / Hide Table of Contents

Class ListGuestPoliciesResponse

A response message for listing guest policies.

Inheritance
object
ListGuestPoliciesResponse
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.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class ListGuestPoliciesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GuestPolicies

The list of GuestPolicies.

Declaration
[JsonProperty("guestPolicies")]
public virtual IList<GuestPolicy> GuestPolicies { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><GuestPolicy>

NextPageToken

A pagination token that can be used to get the next page of guest policies.

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