Class FixedOrPercent
Message encapsulating a value that can be either absolute ("fixed") or relative ("percent") to a value.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class FixedOrPercent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fixed__
Specifies a fixed value.
Declaration
[JsonProperty("fixed")]
public virtual int? Fixed__ { get; set; }
Property Value
Type | Description |
---|---|
int? |
Percent
Specifies the relative value defined as a percentage, which will be multiplied by a reference value.
Declaration
[JsonProperty("percent")]
public virtual int? Percent { get; set; }
Property Value
Type | Description |
---|---|
int? |