getAccountSettings
inline suspend fun ArtifactClient.getAccountSettings(crossinline block: GetAccountSettingsRequest.Builder.() -> Unit): GetAccountSettingsResponse
Get the account settings for Artifact.
Samples
// Get the current account settings.
val resp = artifactClient.getAccountSettings()Content copied to clipboard