Method: Google::Apis::AdminDirectoryV1::UserPhoto#update!
- Defined in:
- lib/google/apis/admin_directory_v1/classes.rb
#update!(**args) ⇒ Object
Update properties of this object
5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 5554 def update!(**args) @etag = args[:etag] if args.key?(:etag) @height = args[:height] if args.key?(:height) @id = args[:id] if args.key?(:id) @kind = args[:kind] if args.key?(:kind) @mime_type = args[:mime_type] if args.key?(:mime_type) @photo_data = args[:photo_data] if args.key?(:photo_data) @primary_email = args[:primary_email] if args.key?(:primary_email) @width = args[:width] if args.key?(:width) end |