Show / Hide Table of Contents

Class ListOSPolicyAssignmentsResponse

A response message for listing all assignments under given parent.

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

Properties

ETag

The ETag of the item.

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

NextPageToken

The pagination token to retrieve the next page of OS policy assignments.

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

OsPolicyAssignments

The list of assignments

Declaration
[JsonProperty("osPolicyAssignments")]
public virtual IList<OSPolicyAssignment> OsPolicyAssignments { get; set; }
Property Value
Type Description
IList<OSPolicyAssignment>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX