Show / Hide Table of Contents

Class GoogleCloudRecommenderV1OperationGroup

Group of operations that need to be performed atomically.

Inheritance
object
GoogleCloudRecommenderV1OperationGroup
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX