Service Attributes Args Builder
Builder for ServiceAttributesArgs.
Functions
Link copied to clipboard
suspend fun businessOwners(vararg argument: suspend ServiceAttributesBusinessOwnerArgsBuilder.() -> Unit)
suspend fun businessOwners(argument: List<suspend ServiceAttributesBusinessOwnerArgsBuilder.() -> Unit>)
Link copied to clipboard
Link copied to clipboard
suspend fun developerOwners(vararg argument: suspend ServiceAttributesDeveloperOwnerArgsBuilder.() -> Unit)
suspend fun developerOwners(argument: List<suspend ServiceAttributesDeveloperOwnerArgsBuilder.() -> Unit>)
suspend fun developerOwners(argument: suspend ServiceAttributesDeveloperOwnerArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard
suspend fun operatorOwners(vararg argument: suspend ServiceAttributesOperatorOwnerArgsBuilder.() -> Unit)
suspend fun operatorOwners(argument: List<suspend ServiceAttributesOperatorOwnerArgsBuilder.() -> Unit>)