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
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigResponse>.Alt
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class BillingAccountsResource.BillingAccountLicenseConfigsResource.RetractLicenseConfigRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigResponse>, IClientServiceRequest
Constructors
RetractLicenseConfigRequest(IClientService, GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest, string)
Constructs a new RetractLicenseConfig request.
Declaration
public RetractLicenseConfigRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest body, string billingAccountLicenseConfig)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest | 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()