class Google::Apis::DriveV3::File::LinkShareMetadata
Contains details about the link URLs that clients are using to refer to this item.
Attributes
security_update_eligible[RW]
Whether the file is eligible for security update. Corresponds to the JSON property `securityUpdateEligible` @return [Boolean]
security_update_eligible?[RW]
Whether the file is eligible for security update. Corresponds to the JSON property `securityUpdateEligible` @return [Boolean]
security_update_enabled[RW]
Whether the security update is enabled for this file. Corresponds to the JSON property `securityUpdateEnabled` @return [Boolean]
security_update_enabled?[RW]
Whether the security update is enabled for this file. Corresponds to the JSON property `securityUpdateEnabled` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/drive_v3/classes.rb, line 1976 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/drive_v3/classes.rb, line 1981 def update!(**args) @security_update_eligible = args[:security_update_eligible] if args.key?(:security_update_eligible) @security_update_enabled = args[:security_update_enabled] if args.key?(:security_update_enabled) end