Show / Hide Table of Contents

Class CompositeRef

CompositeRef represents a reference to a composite resource. Next ID: 4

Inheritance
object
CompositeRef
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.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class CompositeRef : IDirectResponseSchema

Properties

ApplicationTemplate

Required. Reference to the ApplicationTemplate resource.

Declaration
[JsonProperty("applicationTemplate")]
public virtual string ApplicationTemplate { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Revision

Revision of the ApplicationTemplate to use. Changes to revision will trigger manual resynchronization. If empty, ApplicationTemplate will be ignored.

Declaration
[JsonProperty("revision")]
public virtual string Revision { get; set; }
Property Value
Type Description
string

SyncOperation

Output only. Reference to on-going AppTemplate import and replication operation (i.e. the operation_id for the long-running operation). This field is opaque for external usage.

Declaration
[JsonProperty("syncOperation")]
public virtual string SyncOperation { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX