Class CustomersResource.PoliciesResource.GroupsResource.ListGroupPriorityOrderingRequest
Retrieve a group priority ordering for an app. The target app must be supplied in
additionalTargetKeyNames
in the PolicyTargetKey. On failure the request will return the error
details as part of the google.rpc.Status.
Inheritance
CustomersResource.PoliciesResource.GroupsResource.ListGroupPriorityOrderingRequest
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class CustomersResource.PoliciesResource.GroupsResource.ListGroupPriorityOrderingRequest : ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse>, IClientServiceRequest<GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse>, IClientServiceRequest
Constructors
ListGroupPriorityOrderingRequest(IClientService, GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest, string)
Constructs a new ListGroupPriorityOrdering request.
Declaration
public ListGroupPriorityOrderingRequest(IClientService service, GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest body, string customer)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest | body | |
string | customer |
Properties
Customer
Required. ID of the Google Workspace account or literal "my_customer" for the customer associated to the request.
Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ListGroupPriorityOrdering parameter list.
Declaration
protected override void InitParameters()