Get Service Network Result
data class GetServiceNetworkResult(val arn: String? = null, val authType: ServiceNetworkAuthType? = null, val createdAt: String? = null, val id: String? = null, val lastUpdatedAt: String? = null, val tags: List<ServiceNetworkTag>? = null)
Constructors
Link copied to clipboard
fun GetServiceNetworkResult(arn: String? = null, authType: ServiceNetworkAuthType? = null, createdAt: String? = null, id: String? = null, lastUpdatedAt: String? = null, tags: List<ServiceNetworkTag>? = null)