Show / Hide Table of Contents

Class BatchCreateOccurrencesResponse

Response for creating occurrences in batch.

Inheritance
object
BatchCreateOccurrencesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class BatchCreateOccurrencesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Occurrences

The occurrences that were created.

Declaration
[JsonProperty("occurrences")]
public virtual IList<Occurrence> Occurrences { get; set; }
Property Value
Type Description
IList<Occurrence>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX