List Endpoint Ingress Gateway Credentials Plain Args
data class ListEndpointIngressGatewayCredentialsPlainArgs(val endpointName: String, val expiresin: Int? = null, val resourceUri: String, val serviceName: Either<String, ServiceName>? = null) : ConvertibleToJava<ListEndpointIngressGatewayCredentialsPlainArgs>
Constructors
Link copied to clipboard
constructor(endpointName: String, expiresin: Int? = null, resourceUri: String, serviceName: Either<String, ServiceName>? = null)