public sealed class GetClientConnectorServiceRequest : IMessage<GetClientConnectorServiceRequest>, IEquatable<GetClientConnectorServiceRequest>, IDeepCloneable<GetClientConnectorServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class GetClientConnectorServiceRequest.
[[["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."],[[["The `GetClientConnectorServiceRequest` class is used to request a specific Client Connector Service within the BeyondCorp Client Connector Services v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features like message handling, equality checks, and deep cloning."],["It has a `Name` property (string type) that is required and specifies the resource name of the requested `ClientConnectorService`, and `ClientConnectorServiceName` which is the typed view of the resource name."],["The class has two constructors: a default one and one that takes another `GetClientConnectorServiceRequest` object for copying its properties."]]],[]]