Sha256: 1796a657e83cec1c4af8a493a23489636f4116435d450e20e6de31d370e06f70
Contents?: true
Size: 741 Bytes
Versions: 70
Compression:
Stored size: 741 Bytes
Contents
# 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 ) ```
Version data entries
70 entries across 70 versions & 1 rubygems