Get Organization Environment By Id Result
data class GetOrganizationEnvironmentByIdResult(val azureApiVersion: String, val id: String? = null, val kind: String? = null, val metadata: SCMetadataEntityResponse? = null, val name: String? = null, val streamGovernanceConfig: StreamGovernanceConfigResponse? = null, val type: String? = null)
Details about environment name, metadata and environment id of an environment
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String? = null, kind: String? = null, metadata: SCMetadataEntityResponse? = null, name: String? = null, streamGovernanceConfig: StreamGovernanceConfigResponse? = null, type: String? = null)