Class: Google::Apis::CloudsupportV2beta::DiffVersionResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsupportV2beta::DiffVersionResponse
- 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
-
#object_size_bytes ⇒ Fixnum
gdata.* are outside protos with mising documentation Corresponds to the JSON property
objectSizeBytes
. -
#object_version ⇒ String
gdata.* are outside protos with mising documentation Corresponds to the JSON property
objectVersion
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiffVersionResponse
constructor
A new instance of DiffVersionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DiffVersionResponse
Returns a new instance of DiffVersionResponse.
694 695 696 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 694 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_size_bytes ⇒ Fixnum
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectSizeBytes
687 688 689 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 687 def object_size_bytes @object_size_bytes end |
#object_version ⇒ String
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectVersion
692 693 694 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 692 def object_version @object_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
699 700 701 702 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 699 def update!(**args) @object_size_bytes = args[:object_size_bytes] if args.key?(:object_size_bytes) @object_version = args[:object_version] if args.key?(:object_version) end |