getAccountSettings
abstract suspend fun getAccountSettings(input: GetAccountSettingsRequest = GetAccountSettingsRequest { }): GetAccountSettingsResponse
Get the account settings for Artifact.
Samples
// Get the current account settings.
val resp = artifactClient.getAccountSettings()Content copied to clipboard