Class CompositeRef
CompositeRef represents a reference to a composite resource. Next ID: 4
Implements
Inherited Members
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 |