Delen via


FcmV1Credential Class

Definition

Description of a NotificationHub FcmV1Credential.

public class FcmV1Credential : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NotificationHubs.Models.FcmV1Credential>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NotificationHubs.Models.FcmV1Credential>
type FcmV1Credential = class
    interface IJsonModel<FcmV1Credential>
    interface IPersistableModel<FcmV1Credential>
Public Class FcmV1Credential
Implements IJsonModel(Of FcmV1Credential), IPersistableModel(Of FcmV1Credential)
Inheritance
FcmV1Credential
Implements

Constructors

FcmV1Credential(String, String, String)

Initializes a new instance of FcmV1Credential.

Properties

ClientEmail

Gets or sets client email.

PrivateKey

Gets or sets private key.

ProjectId

Gets or sets project id.

Explicit Interface Implementations

IJsonModel<FcmV1Credential>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FcmV1Credential>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FcmV1Credential>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FcmV1Credential>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FcmV1Credential>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to