generated/google/apis/drive_v3/classes.rb in google-api-client-0.13.4 vs generated/google/apis/drive_v3/classes.rb in google-api-client-0.13.5

- old
+ new

@@ -689,10 +689,15 @@ # removeParents parameters to modify the values. # Corresponds to the JSON property `parents` # @return [Array<String>] attr_accessor :parents + # List of permission IDs for users with access to this file. + # Corresponds to the JSON property `permissionIds` + # @return [Array<String>] + attr_accessor :permission_ids + # The full list of permissions for the file. This is only available if the # requesting user can share the file. Not populated for Team Drive files. # Corresponds to the JSON property `permissions` # @return [Array<Google::Apis::DriveV3::Permission>] attr_accessor :permissions @@ -860,9 +865,10 @@ @name = args[:name] if args.key?(:name) @original_filename = args[:original_filename] if args.key?(:original_filename) @owned_by_me = args[:owned_by_me] if args.key?(:owned_by_me) @owners = args[:owners] if args.key?(:owners) @parents = args[:parents] if args.key?(:parents) + @permission_ids = args[:permission_ids] if args.key?(:permission_ids) @permissions = args[:permissions] if args.key?(:permissions) @properties = args[:properties] if args.key?(:properties) @quota_bytes_used = args[:quota_bytes_used] if args.key?(:quota_bytes_used) @shared = args[:shared] if args.key?(:shared) @shared_with_me_time = args[:shared_with_me_time] if args.key?(:shared_with_me_time)