Subscription Feature Registration Response Properties
data class SubscriptionFeatureRegistrationResponseProperties(val approvalType: String, val authorizationProfile: AuthorizationProfileResponse? = null, val description: String? = null, val displayName: String, val documentationLink: String, val featureName: String, val metadata: Map<String, String>? = null, val providerNamespace: String, val registrationDate: String, val releaseDate: String, val shouldFeatureDisplayInPortal: Boolean? = null, val state: String? = null, val subscriptionId: String, val tenantId: String)
Constructors
Link copied to clipboard
fun SubscriptionFeatureRegistrationResponseProperties(approvalType: String, authorizationProfile: AuthorizationProfileResponse? = null, description: String? = null, displayName: String, documentationLink: String, featureName: String, metadata: Map<String, String>? = null, providerNamespace: String, registrationDate: String, releaseDate: String, shouldFeatureDisplayInPortal: Boolean? = null, state: String? = null, subscriptionId: String, tenantId: String)