Class: Google::Apis::CloudsupportV2beta::DownloadParameters

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DownloadParameters

Returns a new instance of DownloadParameters.



661
662
663
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 661

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)


652
653
654
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 652

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)


658
659
660
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 658

def ignore_range
  @ignore_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



666
667
668
669
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 666

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