Preferences Args
data class PreferencesArgs(val encryptionPreferences: Output<EncryptionPreferencesArgs>? = null, val managementResourcePreferences: Output<ManagementResourcePreferencesArgs>? = null, val notificationPreferences: Output<List<NotificationPreferenceArgs>>? = null, val transportPreferences: Output<TransportPreferencesArgs>? = null) : ConvertibleToJava<PreferencesArgs>
Preferences related to the order
Constructors
Link copied to clipboard
constructor(encryptionPreferences: Output<EncryptionPreferencesArgs>? = null, managementResourcePreferences: Output<ManagementResourcePreferencesArgs>? = null, notificationPreferences: Output<List<NotificationPreferenceArgs>>? = null, transportPreferences: Output<TransportPreferencesArgs>? = null)