Class RetractLicenseConfigRequest (0.20.1)

RetractLicenseConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for LicenseConfigService.RetractLicenseConfig method.

Attributes

Name Description
billing_account_license_config str
Required. Full resource name of [BillingAccountLicenseConfig][]. Format: billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}.
license_config str
Required. Full resource name of LicenseConfig. Format: projects/{project}/locations/{location}/licenseConfigs/{license_config_id}.
full_retract bool
Optional. If set to true, retract the entire license config. Otherwise, retract the specified license count.
license_count int
Optional. The number of licenses to retract. Only used when full_retract is false.