class Google::Apis::GroupsmigrationV1::Groups
JSON response template for groups migration API.
Attributes
kind[RW]
The kind of insert resource this is. Corresponds to the JSON property `kind` @return [String]
response_code[RW]
The status of the insert request. Corresponds to the JSON property `responseCode` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/groupsmigration_v1/classes.rb, line 39 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/groupsmigration_v1/classes.rb, line 44 def update!(**args) @kind = args[:kind] if args.key?(:kind) @response_code = args[:response_code] if args.key?(:response_code) end