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