Share via


RankingsResponse Class

Definition

Rankings Response Serialized Name: RankingsResponse

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

Properties

DateTimeBegin

Serialized Name: RankingsResponse.dateTimeBegin.

DateTimeEnd

Serialized Name: RankingsResponse.dateTimeEnd.

Tables

Serialized Name: RankingsResponse.tables.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RankingsResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RankingsResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RankingsResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RankingsResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RankingsResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to