pub type EnterpriseLicenseInfo = CloudEnterpriseLicenseInfo;Aliased Type§
pub struct EnterpriseLicenseInfo {
pub id: String,
pub name: String,
pub domain: String,
pub plan: Option<CloudPlanInfo>,
}Fields§
§id: String§name: String§domain: String§plan: Option<CloudPlanInfo>