OneDriveUsers class

User accounts whose documents should be indexed.

Constructors

OneDriveUsers({List<String>? oneDriveUserList, S3Path? oneDriveUserS3Path})
OneDriveUsers.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
oneDriveUserList List<String>?
A list of users whose documents should be indexed. Specify the user names in email format, for example, username@tenantdomain. If you need to index the documents of more than 100 users, use the OneDriveUserS3Path field to specify the location of a file containing a list of users.
final
oneDriveUserS3Path S3Path?
The S3 bucket location of a file containing a list of users whose documents should be indexed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited