Get Static Cidr Result
data class GetStaticCidrResult(val id: String, val name: String, val properties: StaticCidrPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Instance of StaticCidr resource.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: StaticCidrPropertiesResponse, systemData: SystemDataResponse, type: String)