Class: Google::Apis::CloudsupportV2beta::DownloadParameters
- Inherits:
-
Object
- Object
- Google::Apis::CloudsupportV2beta::DownloadParameters
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsupport_v2beta/classes.rb,
lib/google/apis/cloudsupport_v2beta/representations.rb,
lib/google/apis/cloudsupport_v2beta/representations.rb
Overview
gdata.* are outside protos with mising documentation
Instance Attribute Summary collapse
-
#allow_gzip_compression ⇒ Boolean
(also: #allow_gzip_compression?)
gdata.* are outside protos with mising documentation Corresponds to the JSON property
allowGzipCompression
. -
#ignore_range ⇒ Boolean
(also: #ignore_range?)
gdata.* are outside protos with mising documentation Corresponds to the JSON property
ignoreRange
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DownloadParameters
constructor
A new instance of DownloadParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DownloadParameters
Returns a new instance of DownloadParameters.
721 722 723 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 721 def initialize(**args) update!(**args) end |
Instance Attribute Details
#allow_gzip_compression ⇒ Boolean Also known as: allow_gzip_compression?
gdata.* are outside protos with mising documentation
Corresponds to the JSON property allowGzipCompression
712 713 714 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 712 def allow_gzip_compression @allow_gzip_compression end |
#ignore_range ⇒ Boolean Also known as: ignore_range?
gdata.* are outside protos with mising documentation
Corresponds to the JSON property ignoreRange
718 719 720 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 718 def ignore_range @ignore_range end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
726 727 728 729 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 726 def update!(**args) @allow_gzip_compression = args[:allow_gzip_compression] if args.key?(:allow_gzip_compression) @ignore_range = args[:ignore_range] if args.key?(:ignore_range) end |