You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- GADriveItem: change type of identifier to OCFileID
- GAEducationClass: update from latest Open API yaml file
- OCConnection+Spaces: add new method to update the resources (special items) for a drive with a provided item
- (nullable NSProgress *)updateDrive:(OCDrive *)driveresourceFor:(OCDataItemPresentableResource)resourcewithItem:(nullable OCItem *)itemcompletionHandler:(void(^)(NSError * _Nullable error, OCDrive * _Nullable drive))completionHandler; //!< Updates special items of a drive with the provided item.
@property(strong, nullable) GAIdentitySet *createdBy; //!< Identity of the user, device, or application which created the item. Read-only.
49
49
@property(strong, nullable) NSDate *createdDateTime; //!< [string:date-time] Date and time of item creation. Read-only. | pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])[Tt]([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?([Zz]|[+-][0-9][0-9]:[0-9][0-9])$
50
50
@property(strong, nullable) NSString *desc; //!< Provides a user-visible description of the item. Optional.
@property(strong, nullable) NSString *desc; //!< An optional description for the group. Returned by default.
31
-
@property(strong) NSString *displayName; //!< The display name for the group. This property is required when a group is created and cannot be cleared during updates. Returned by default. Supports $search and $orderBy.
31
+
@property(strong, nullable) NSString *displayName; //!< The display name for the group. This property is required when a group is created and cannot be cleared during updates. Returned by default. Supports $search and $orderBy.
32
32
@property(strong, nullable) NSArray<GAUser *> *members; //!< Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), Nullable. Supports $expand.
33
33
// @property(strong, nullable) NSArray<NSString *> *[email protected]; //!< A list of member references to the members to be added. Up to 20 members can be added with a single request
34
-
@property(strong) NSString *classification; //!< Classification of the group, i.e. "class" or "course"
34
+
@property(strong, nullable) NSString *classification; //!< Classification of the group, i.e. "class" or "course"
35
35
@property(strong, nullable) NSString *externalId; //!< An external unique ID for the class
0 commit comments