Class BillingAccountsResource.BillingAccountLicenseConfigsResource.DistributeLicenseConfigRequest
Distributes a LicenseConfig from billing account level to project level.
Inheritance
BillingAccountsResource.BillingAccountLicenseConfigsResource.DistributeLicenseConfigRequest
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class BillingAccountsResource.BillingAccountLicenseConfigsResource.DistributeLicenseConfigRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>, IClientServiceRequest
Constructors
DistributeLicenseConfigRequest(IClientService, GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest, string)
Constructs a new DistributeLicenseConfig request.
Declaration
public DistributeLicenseConfigRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest body, string billingAccountLicenseConfig)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest | 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 DistributeLicenseConfig parameter list.
Declaration
protected override void InitParameters()