Class Affiliation
Affiliation information of a resource
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class Affiliation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullResourceName
Optional. Full resource name
Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Lineages
Optional. Multiple lineages can be created from a resource. For example, a resource can be replicated to multiple target resources. In this case, there will be multiple lineages for the resource, one for each target resource.
Declaration
[JsonProperty("lineages")]
public virtual IList<Lineage> Lineages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Lineage> |
ResourceId
Optional. resource id of affiliated resource
Declaration
[JsonProperty("resourceId")]
public virtual string ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |