ModifyDataProviderRequest
Types
Properties
Link copied to clipboard
The identifier of the data provider. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
Link copied to clipboard
The name of the data provider.
Link copied to clipboard
A user-friendly description of the data provider.
Link copied to clipboard
Link copied to clipboard
If this attribute is Y, the current call to ModifyDataProvider
replaces all existing data provider settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyDataProvider
does two things:
Link copied to clipboard
The settings in JSON format for a data provider.
Functions
Link copied to clipboard
inline fun copy(block: ModifyDataProviderRequest.Builder.() -> Unit = {}): ModifyDataProviderRequest