Class GoogleCloudRecommenderV1OperationGroup
Group of operations that need to be performed atomically.
Implements
Inherited Members
Namespace: Google.Apis.Recommender.v1.Data
Assembly: Google.Apis.Recommender.v1.dll
Syntax
public class GoogleCloudRecommenderV1OperationGroup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Operations
List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear.
Declaration
[JsonProperty("operations")]
public virtual IList<GoogleCloudRecommenderV1Operation> Operations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRecommenderV1Operation> |