Show / Hide Table of Contents

Class FixedOrPercent

Message encapsulating a value that can be either absolute ("fixed") or relative ("percent") to a value.

Inheritance
object
FixedOrPercent
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX