Class ComponentRef
ComponentRef represents a reference to a component resource. Next ID: 4
Implements
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class ComponentRef : IDirectResponseSchema
Properties
Component
Name of the component in composite.Components
Declaration
[JsonProperty("component")]
public virtual string Component { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CompositeRef
Reference to the Composite ApplicationTemplate.
Declaration
[JsonProperty("compositeRef")]
public virtual CompositeRef CompositeRef { get; set; }
Property Value
| Type | Description |
|---|---|
| CompositeRef |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Revision
Revision of the component. If the component does not have a revision, this field will be explicitly set to the revision of the composite ApplicationTemplate.
Declaration
[JsonProperty("revision")]
public virtual string Revision { get; set; }
Property Value
| Type | Description |
|---|---|
| string |