public sealed class UnenrollDataSourcesRequest : IMessage<UnenrollDataSourcesRequest>, IEquatable<UnenrollDataSourcesRequest>, IDeepCloneable<UnenrollDataSourcesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class UnenrollDataSourcesRequest.
A request to unenroll a set of data sources so they are no longer visible in
the BigQuery UI's Transfer tab.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `UnenrollDataSourcesRequest` class within the Google BigQuery Data Transfer v1 API, specifically for the .NET environment, with versions ranging from 3.1.0 to the latest, 4.10.0."],["The `UnenrollDataSourcesRequest` class facilitates unenrolling data sources to remove them from the BigQuery UI's Transfer tab and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `DataSourceIds`, which is a required field for specifying the data sources to be unenrolled, and `Name`, which indicates the project resource to which this request is applied."],["There are two constructors available: a default constructor `UnenrollDataSourcesRequest()` and another `UnenrollDataSourcesRequest(UnenrollDataSourcesRequest other)` for creating a new instance from an existing `UnenrollDataSourcesRequest` object."],["The documented versions show various versions of the Google Cloud BigQuery Data Transfer v1 API, with the newest version being version 4.10.0."]]],[]]