mirror of
https://github.com/rclone/rclone.git
synced 2025-12-19 17:53:16 +00:00
vendor: update all dependencies
This commit is contained in:
@@ -307,6 +307,23 @@ type Company struct {
|
||||
// delete, and edit your organization's portal users.
|
||||
OwnerEmails []string `json:"ownerEmails,omitempty"`
|
||||
|
||||
// TermsStatus: Output only. Whether any user from the company has
|
||||
// accepted the latest
|
||||
// Terms of Service (ToS). See
|
||||
// TermsStatus.
|
||||
//
|
||||
// Possible values:
|
||||
// "TERMS_STATUS_UNSPECIFIED" - Default value. This value should never
|
||||
// be set if the enum is present.
|
||||
// "TERMS_STATUS_NOT_ACCEPTED" - None of the company's users have
|
||||
// accepted the ToS.
|
||||
// "TERMS_STATUS_ACCEPTED" - One (or more) of the company's users has
|
||||
// accepted the ToS.
|
||||
// "TERMS_STATUS_STALE" - None of the company's users has accepted the
|
||||
// current ToS but at least one
|
||||
// user accepted a previous ToS.
|
||||
TermsStatus string `json:"termsStatus,omitempty"`
|
||||
|
||||
// ServerResponse contains the HTTP response code and headers from the
|
||||
// server.
|
||||
googleapi.ServerResponse `json:"-"`
|
||||
|
||||
Reference in New Issue
Block a user