public sealed class FetchReadWriteTokenRequest : IMessage<FetchReadWriteTokenRequest>, IEquatable<FetchReadWriteTokenRequest>, IDeepCloneable<FetchReadWriteTokenRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class FetchReadWriteTokenRequest.
[[["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-07-02 UTC."],[[["This page provides reference documentation for the `FetchReadWriteTokenRequest` class within the Cloud Build v2 API, specifically version 1.1.0 of the .NET library."],["The `FetchReadWriteTokenRequest` class is used to request a read/write token for Source Code Management (SCM) operations, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that allows creating a new `FetchReadWriteTokenRequest` object from an existing one, and it includes the `Repository` property that contains the name of the repository, which is required for token request."],["There are also additional links to the latest version (1.4.0) and previous versions of the documentation provided for this same class, along with the associated namespaces, assembly and inherited members."]]],[]]