Class: Google::Apis::CloudsupportV2::DownloadParameters

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

Overview

gdata.* are outside protos with mising documentation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DownloadParameters

Returns a new instance of DownloadParameters.



709
710
711
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 709

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

Instance Attribute Details

#allow_gzip_compressionBoolean Also known as: allow_gzip_compression?

gdata.* are outside protos with mising documentation

Corresponds to the JSON property allowGzipCompression

Returns:

  • (Boolean)


700
701
702
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 700

def allow_gzip_compression
  @allow_gzip_compression
end

#ignore_rangeBoolean Also known as: ignore_range?

gdata.* are outside protos with mising documentation

Corresponds to the JSON property ignoreRange

Returns:

  • (Boolean)


706
707
708
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 706

def ignore_range
  @ignore_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



714
715
716
717
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 714

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