Folder Contact Args
data class FolderContactArgs(val email: Output<String>? = null, val folderId: Output<String>? = null, val languageTag: Output<String>? = null, val notificationCategorySubscriptions: Output<List<FolderContactNotificationCategorySubscriptionsItem>>? = null, val validateTime: Output<String>? = null, val validationState: Output<FolderContactValidationState>? = null) : ConvertibleToJava<FolderContactArgs>
Adds a new contact for a resource. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun FolderContactArgs(email: Output<String>? = null, folderId: Output<String>? = null, languageTag: Output<String>? = null, notificationCategorySubscriptions: Output<List<FolderContactNotificationCategorySubscriptionsItem>>? = null, validateTime: Output<String>? = null, validationState: Output<FolderContactValidationState>? = null)
Functions
Properties
Link copied to clipboard
The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
Link copied to clipboard
val notificationCategorySubscriptions: Output<List<FolderContactNotificationCategorySubscriptionsItem>>? = null