Class CreateReferenceListRequest (0.3.0)

CreateReferenceListRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request to create a reference list.

Attributes

Name Description
parent str
Required. The parent resource where this reference list will be created. Format: projects/{project}/locations/{location}/instances/{instance}
reference_list google.cloud.chronicle_v1.types.ReferenceList
Required. The reference list to create.
reference_list_id str
Required. The ID to use for the reference list. This is also the display name for the reference list. It must satisfy the following requirements: - Starts with letter. - Contains only letters, numbers and underscore. - Has length less than 256. - Must be unique.