generated/google/apis/androiddeviceprovisioning_v1/classes.rb in google-api-client-0.21.1 vs generated/google/apis/androiddeviceprovisioning_v1/classes.rb in google-api-client-0.21.2

- old
+ new

@@ -135,10 +135,17 @@ # delete, and edit your organization's portal users. # Corresponds to the JSON property `ownerEmails` # @return [Array<String>] attr_accessor :owner_emails + # Output only. Whether any user from the company has accepted the latest + # Terms of Service (ToS). See + # TermsStatus. + # Corresponds to the JSON property `termsStatus` + # @return [String] + attr_accessor :terms_status + def initialize(**args) update!(**args) end # Update properties of this object @@ -146,9 +153,10 @@ @admin_emails = args[:admin_emails] if args.key?(:admin_emails) @company_id = args[:company_id] if args.key?(:company_id) @company_name = args[:company_name] if args.key?(:company_name) @name = args[:name] if args.key?(:name) @owner_emails = args[:owner_emails] if args.key?(:owner_emails) + @terms_status = args[:terms_status] if args.key?(:terms_status) end end # A configuration collects the provisioning options for Android devices. Each # configuration combines the following: