Class UpdateEntitiesWithConditionsResponse
Response message for EntityService.UpdateEntitiesWithConditions
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v2.Data
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class UpdateEntitiesWithConditionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Response
Response returned by the external system.
Declaration
[JsonProperty("response")]
public virtual IDictionary<string, object> Response { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |