ChangeTasDomainLicenseTypeDetails¶
-
class
oci.identity.models.
ChangeTasDomainLicenseTypeDetails
(**kwargs)¶ Bases:
object
Update domain license type
Methods
__init__
(**kwargs)Initializes a new ChangeTasDomainLicenseTypeDetails object with values from keyword arguments. Attributes
license_type
Gets the license_type of this ChangeTasDomainLicenseTypeDetails. -
__init__
(**kwargs)¶ Initializes a new ChangeTasDomainLicenseTypeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: license_type (str) – The value to assign to the license_type property of this ChangeTasDomainLicenseTypeDetails.
-
license_type
¶ Gets the license_type of this ChangeTasDomainLicenseTypeDetails. The License type of Domain
Returns: The license_type of this ChangeTasDomainLicenseTypeDetails. Return type: str
-