Class BillingAccountsResource.BillingAccountLicenseConfigsResource.RetractLicenseConfigRequest
This method is called from the billing account side to retract the LicenseConfig from the given project back to the billing account.
Inheritance
BillingAccountsResource.BillingAccountLicenseConfigsResource.RetractLicenseConfigRequest
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class BillingAccountsResource.BillingAccountLicenseConfigsResource.RetractLicenseConfigRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1RetractLicenseConfigResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1RetractLicenseConfigResponse>, IClientServiceRequest
Constructors
RetractLicenseConfigRequest(IClientService, GoogleCloudDiscoveryengineV1RetractLicenseConfigRequest, string)
Constructs a new RetractLicenseConfig request.
Declaration
public RetractLicenseConfigRequest(IClientService service, GoogleCloudDiscoveryengineV1RetractLicenseConfigRequest body, string billingAccountLicenseConfig)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudDiscoveryengineV1RetractLicenseConfigRequest | body | |
| string | billingAccountLicenseConfig |
Properties
BillingAccountLicenseConfig
Required. Full resource name of BillingAccountLicenseConfig. Format:
billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}.
Declaration
[RequestParameter("billingAccountLicenseConfig", RequestParameterType.Path)]
public virtual string BillingAccountLicenseConfig { 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 RetractLicenseConfig parameter list.
Declaration
protected override void InitParameters()