Teams Location Endpoints Dot Args
data class TeamsLocationEndpointsDotArgs(val enabled: Output<Boolean>? = null, val networks: Output<List<TeamsLocationEndpointsDotNetworkArgs>>? = null) : ConvertibleToJava<TeamsLocationEndpointsDotArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, networks: Output<List<TeamsLocationEndpointsDotNetworkArgs>>? = null)