Get Global Parameter Result
    data class GetGlobalParameterResult(val etag: String, val id: String, val name: String, val properties: Map<String, GlobalParameterSpecificationResponse>, val type: String)
Global parameters resource type.
Constructors
Link copied to clipboard
                fun GetGlobalParameterResult(etag: String, id: String, name: String, properties: Map<String, GlobalParameterSpecificationResponse>, type: String)