Class: Google::Apis::CloudsupportV2beta::ObjectIdProp
- Inherits:
-
Object
- Object
- Google::Apis::CloudsupportV2beta::ObjectIdProp
- 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
-
#bucket_name ⇒ String
gdata.* are outside protos with mising documentation Corresponds to the JSON property
bucketName
. -
#generation ⇒ Fixnum
gdata.* are outside protos with mising documentation Corresponds to the JSON property
generation
. -
#object_name ⇒ String
gdata.* are outside protos with mising documentation Corresponds to the JSON property
objectName
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ObjectIdProp
constructor
A new instance of ObjectIdProp.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ObjectIdProp
Returns a new instance of ObjectIdProp.
1191 1192 1193 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 1191 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bucket_name ⇒ String
gdata.* are outside protos with mising documentation
Corresponds to the JSON property bucketName
1179 1180 1181 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 1179 def bucket_name @bucket_name end |
#generation ⇒ Fixnum
gdata.* are outside protos with mising documentation
Corresponds to the JSON property generation
1184 1185 1186 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 1184 def generation @generation end |
#object_name ⇒ String
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectName
1189 1190 1191 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 1189 def object_name @object_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1196 1197 1198 1199 1200 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 1196 def update!(**args) @bucket_name = args[:bucket_name] if args.key?(:bucket_name) @generation = args[:generation] if args.key?(:generation) @object_name = args[:object_name] if args.key?(:object_name) end |