# MxPlatformRuby::MemberUpdateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **background_aggregation_is_disabled** | **Boolean** | | [optional] | | **credentials** | [**Array<CredentialRequest>**](CredentialRequest.md) | | [optional] | | **id** | **String** | | [optional] | | **metadata** | **String** | | [optional] | | **skip_aggregation** | **Boolean** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::MemberUpdateRequest.new( background_aggregation_is_disabled: false, credentials: null, id: unique_id, metadata: \"credentials_last_refreshed_at\": \"2015-10-15\", skip_aggregation: false ) ```