Show / Hide Table of Contents

Class ComponentRef

ComponentRef represents a reference to a component resource. Next ID: 4

Inheritance
object
ComponentRef
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX