public sealed class RegisterSubscriberRequest : IMessage<RegisterSubscriberRequest>, IEquatable<RegisterSubscriberRequest>, IDeepCloneable<RegisterSubscriberRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class RegisterSubscriberRequest.
[[["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 `RegisterSubscriberRequest` class within the Google Cloud Channel v1 API for .NET, spanning versions from 1.0.0 to the latest 2.14.0."],["The `RegisterSubscriberRequest` class is a request message used for registering a subscriber, and it inherits from the `Object` class while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that takes another `RegisterSubscriberRequest` object as a parameter."],["Key properties of the `RegisterSubscriberRequest` class include `Account` and `ServiceAccount`, both of which are strings and are required fields for identifying the account and providing subscriber access."]]],[]]