public sealed class ListOSPolicyAssignmentsRequest : IPageRequest, IMessage<ListOSPolicyAssignmentsRequest>, IEquatable<ListOSPolicyAssignmentsRequest>, IDeepCloneable<ListOSPolicyAssignmentsRequest>, IBufferMessage, IMessageA request message to list OS policy assignments for a parent resource
Implements
IPageRequest, IMessage<ListOSPolicyAssignmentsRequest>, System.IEquatable<ListOSPolicyAssignmentsRequest>, IDeepCloneable<ListOSPolicyAssignmentsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
ListOSPolicyAssignmentsRequest()
public ListOSPolicyAssignmentsRequest()ListOSPolicyAssignmentsRequest(ListOSPolicyAssignmentsRequest)
public ListOSPolicyAssignmentsRequest(ListOSPolicyAssignmentsRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | ListOSPolicyAssignmentsRequest | 
Properties
PageSize
public int PageSize { get; set; }The maximum number of assignments to return.
| Property Value | |
|---|---|
| Type | Description | 
| Int32 | |
PageToken
public string PageToken { get; set; }A pagination token returned from a previous call to
ListOSPolicyAssignments that indicates where this listing should continue
from.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Parent
public string Parent { get; set; }Required. The parent resource name.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| LocationName | |