Class CustomersResource.PoliciesResource.NetworksResource.DefineNetworkRequest
Define a new network.
Inheritance
CustomersResource.PoliciesResource.NetworksResource.DefineNetworkRequest
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class CustomersResource.PoliciesResource.NetworksResource.DefineNetworkRequest : ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1DefineNetworkResponse>, IClientServiceRequest<GoogleChromePolicyVersionsV1DefineNetworkResponse>, IClientServiceRequest
Constructors
DefineNetworkRequest(IClientService, GoogleChromePolicyVersionsV1DefineNetworkRequest, string)
Constructs a new DefineNetwork request.
Declaration
public DefineNetworkRequest(IClientService service, GoogleChromePolicyVersionsV1DefineNetworkRequest body, string customer)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleChromePolicyVersionsV1DefineNetworkRequest | body | |
string | customer |
Properties
Customer
Required. The customer who will own this new network.
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 DefineNetwork parameter list.
Declaration
protected override void InitParameters()