class Google::Apis::StoragetransferV1::GcsData
In a GcsData, an object's name is the Google Cloud Storage object's name and its `lastModificationTime` refers to the object's updated time, which changes when the content or the metadata of the object is updated.
Attributes
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/storagetransfer_v1/classes.rb, line 203 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/storagetransfer_v1/classes.rb, line 208 def update!(**args) @bucket_name = args[:bucket_name] if args.key?(:bucket_name) end