Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PercentageAdjustment

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb

Overview

An adjustment that applies a flat markup or markdown to an entire bill.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1PercentageAdjustment

Returns a new instance of GoogleCloudChannelV1PercentageAdjustment.



1981
1982
1983
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1981

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#percentageGoogle::Apis::CloudchannelV1::GoogleTypeDecimal

A representation of a decimal value, such as 2.5. Clients may convert values into language-native decimal formats, such as Java's BigDecimal or Python's decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/ api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python. org/3/library/decimal.html Corresponds to the JSON property percentage



1979
1980
1981
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1979

def percentage
  @percentage
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1986
1987
1988
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1986

def update!(**args)
  @percentage = args[:percentage] if args.key?(:percentage)
end