Class CopyLogEntriesResponse
Response type for CopyLogEntries long running operations.
Implements
Inherited Members
Namespace: Google.Apis.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class CopyLogEntriesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LogEntriesCopiedCount
Number of log entries copied.
Declaration
[JsonProperty("logEntriesCopiedCount")]
public virtual long? LogEntriesCopiedCount { get; set; }
Property Value
Type | Description |
---|---|
long? |