Class ReportRequest
Request message for the Report method.
Implements
Inherited Members
Namespace: Google.Apis.ServiceControl.v2.Data
Assembly: Google.Apis.ServiceControl.v2.dll
Syntax
public class ReportRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Operations
Describes the list of operations to be reported. Each operation is represented as an AttributeContext, and contains all attributes around an API access.
Declaration
[JsonProperty("operations")]
public virtual IList<AttributeContext> Operations { get; set; }
Property Value
Type | Description |
---|---|
IList<AttributeContext> |
ServiceConfigId
Specifies the version of the service configuration that should be used to process the request. Must not be empty. Set this field to 'latest' to specify using the latest configuration.
Declaration
[JsonProperty("serviceConfigId")]
public virtual string ServiceConfigId { get; set; }
Property Value
Type | Description |
---|---|
string |