generated/google/apis/drive_v3/classes.rb in google-api-client-0.9.4 vs generated/google/apis/drive_v3/classes.rb in google-api-client-0.9.5

- old
+ new

@@ -523,10 +523,16 @@ # Additional metadata about image media, if available. # Corresponds to the JSON property `imageMediaMetadata` # @return [Google::Apis::DriveV3::File::ImageMediaMetadata] attr_accessor :image_media_metadata + # Whether the file was created or opened by the requesting app. + # Corresponds to the JSON property `isAppAuthorized` + # @return [Boolean] + attr_accessor :is_app_authorized + alias_method :is_app_authorized?, :is_app_authorized + # This is always drive#file. # Corresponds to the JSON property `kind` # @return [String] attr_accessor :kind @@ -726,9 +732,10 @@ @full_file_extension = args[:full_file_extension] if args.key?(:full_file_extension) @head_revision_id = args[:head_revision_id] if args.key?(:head_revision_id) @icon_link = args[:icon_link] if args.key?(:icon_link) @id = args[:id] if args.key?(:id) @image_media_metadata = args[:image_media_metadata] if args.key?(:image_media_metadata) + @is_app_authorized = args[:is_app_authorized] if args.key?(:is_app_authorized) @kind = args[:kind] if args.key?(:kind) @last_modifying_user = args[:last_modifying_user] if args.key?(:last_modifying_user) @md5_checksum = args[:md5_checksum] if args.key?(:md5_checksum) @mime_type = args[:mime_type] if args.key?(:mime_type) @modified_by_me_time = args[:modified_by_me_time] if args.key?(:modified_by_me_time)