Log Descriptor Args
data class LogDescriptorArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val labels: Output<List<LabelDescriptorArgs>>? = null, val name: Output<String>? = null) : ConvertibleToJava<LogDescriptorArgs>
A description of a log type. Example in YAML format: - name: library.googleapis.com/activity_history description: The history of borrowing and returning library items. display_name: Activity labels: - key: /customer_id description: Identifier of a library customer
Constructors
Link copied to clipboard
fun LogDescriptorArgs(description: Output<String>? = null, displayName: Output<String>? = null, labels: Output<List<LabelDescriptorArgs>>? = null, name: Output<String>? = null)