Service Sign Up Args
data class ServiceSignUpArgs(val enabled: Output<Boolean>, val termsOfService: Output<ServiceSignUpTermsOfServiceArgs>) : ConvertibleToJava<ServiceSignUpArgs>
Constructors
Link copied to clipboard
fun ServiceSignUpArgs(enabled: Output<Boolean>, termsOfService: Output<ServiceSignUpTermsOfServiceArgs>)