Interface protos.google.cloud.osconfig.v1alpha.IFixedOrPercent (1.7.0)

Properties of a FixedOrPercent.

Package

@google-cloud/os-config!

Properties

fixed

fixed?: (number|null);

FixedOrPercent fixed

Property Value
TypeDescription
(number|null)

percent

percent?: (number|null);

FixedOrPercent percent

Property Value
TypeDescription
(number|null)