Class BatchCreateOccurrencesRequest
Request to create occurrences in batch.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class BatchCreateOccurrencesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Occurrences
Required. The occurrences to create. Max allowed length is 1000.
Declaration
[JsonProperty("occurrences")]
public virtual IList<Occurrence> Occurrences { get; set; }
Property Value
Type | Description |
---|---|
IList<Occurrence> |