class Google::Apis::AdminDirectoryV1::ChromeOsDevice::ScreenshotFile
Attributes
create_time[RW]
Date and time the file was created Corresponds to the JSON property `createTime` @return [DateTime]
download_url[RW]
File download URL Corresponds to the JSON property `downloadUrl` @return [String]
name[RW]
File name Corresponds to the JSON property `name` @return [String]
type[RW]
File type Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 1248 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/admin_directory_v1/classes.rb, line 1253 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @download_url = args[:download_url] if args.key?(:download_url) @name = args[:name] if args.key?(:name) @type = args[:type] if args.key?(:type) end