Class FeatureConfigRef
Information of the FeatureConfig applied on the MembershipFeature.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class FeatureConfigRef : IDirectResponseSchema
Properties
Config
Input only. Resource name of FeatureConfig, in the format:
projects/{project}/locations/global/featureConfigs/{feature_config}
.
Declaration
[JsonProperty("config")]
public virtual string Config { get; set; }
Property Value
Type | Description |
---|---|
string |
ConfigUpdateTime
object representation of ConfigUpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ConfigUpdateTimeDateTimeOffset instead.")]
public virtual object ConfigUpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ConfigUpdateTimeDateTimeOffset
DateTimeOffset representation of ConfigUpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ConfigUpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ConfigUpdateTimeRaw
Output only. When the FeatureConfig was last applied and copied to FeatureSpec.
Declaration
[JsonProperty("configUpdateTime")]
public virtual string ConfigUpdateTimeRaw { 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 |
Uuid
Output only. An id that uniquely identify a FeatureConfig object.
Declaration
[JsonProperty("uuid")]
public virtual string Uuid { get; set; }
Property Value
Type | Description |
---|---|
string |