Class ExtendedMetadata
Additional metadata for a Service or Workload.
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1alpha.Data
Assembly: Google.Apis.AppHub.v1alpha.dll
Syntax
public class ExtendedMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MetadataStruct
Output only. The metadata contents.
Declaration
[JsonProperty("metadataStruct")]
public virtual IDictionary<string, object> MetadataStruct { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |