Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports ServiceStack.Admin
Namespace Global
Namespace ServiceStack.Admin
<DataContract>
Public Partial Class AnalyticsReports
<DataMember(Order:=1)>
Public Overridable Property Id As Long
<DataMember(Order:=2)>
Public Overridable Property Created As Date
<DataMember(Order:=3)>
Public Overridable Property Version As Decimal
<DataMember(Order:=4)>
Public Overridable Property Apis As Dictionary(Of String, RequestSummary)
<DataMember(Order:=5)>
Public Overridable Property Users As Dictionary(Of String, RequestSummary)
<DataMember(Order:=6)>
Public Overridable Property Tags As Dictionary(Of String, RequestSummary)
<DataMember(Order:=7)>
Public Overridable Property Status As Dictionary(Of String, RequestSummary)
<DataMember(Order:=8)>
Public Overridable Property Days As Dictionary(Of String, RequestSummary)
<DataMember(Order:=9)>
Public Overridable Property ApiKeys As Dictionary(Of String, RequestSummary)
<DataMember(Order:=10)>
Public Overridable Property Ips As Dictionary(Of String, RequestSummary)
<DataMember(Order:=11)>
Public Overridable Property Browsers As Dictionary(Of String, RequestSummary)
<DataMember(Order:=12)>
Public Overridable Property Devices As Dictionary(Of String, RequestSummary)
<DataMember(Order:=13)>
Public Overridable Property Bots As Dictionary(Of String, RequestSummary)
<DataMember(Order:=14)>
Public Overridable Property Durations As Dictionary(Of String, Long)
End Class
<DataContract>
Public Partial Class GetAnalyticsReports
Implements IGet
<DataMember(Order:=1)>
Public Overridable Property Month As Date?
<DataMember(Order:=2)>
Public Overridable Property Filter As String
<DataMember(Order:=3)>
Public Overridable Property Value As String
<DataMember(Order:=4)>
Public Overridable Property Force As Boolean?
End Class
<DataContract>
Public Partial Class GetAnalyticsReportsResponse
<DataMember(Order:=1)>
Public Overridable Property Result As AnalyticsReports
<DataMember(Order:=2)>
Public Overridable Property ResponseStatus As ResponseStatus
End Class
<DataContract>
Public Partial Class RequestSummary
<DataMember(Order:=1)>
Public Overridable Property Name As String
<DataMember(Order:=2)>
Public Overridable Property TotalRequests As Long
<DataMember(Order:=3)>
Public Overridable Property TotalRequestLength As Long
<DataMember(Order:=4)>
Public Overridable Property MinRequestLength As Long
<DataMember(Order:=5)>
Public Overridable Property MaxRequestLength As Long
<DataMember(Order:=6)>
Public Overridable Property TotalDuration As Double
<DataMember(Order:=7)>
Public Overridable Property MinDuration As Double
<DataMember(Order:=8)>
Public Overridable Property MaxDuration As Double
<DataMember(Order:=9)>
Public Overridable Property Status As Dictionary(Of Integer, Long)
<DataMember(Order:=10)>
Public Overridable Property Durations As Dictionary(Of String, Long)
<DataMember(Order:=11)>
Public Overridable Property Apis As Dictionary(Of String, Long)
<DataMember(Order:=12)>
Public Overridable Property Users As Dictionary(Of String, Long)
<DataMember(Order:=13)>
Public Overridable Property Ips As Dictionary(Of String, Long)
<DataMember(Order:=14)>
Public Overridable Property ApiKeys As Dictionary(Of String, Long)
End Class
End Namespace
End Namespace
VB.NET GetAnalyticsReports DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /xml/reply/GetAnalyticsReports HTTP/1.1
Host: test.servicestack.net
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<GetAnalyticsReports xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
<Month>0001-01-01T00:00:00</Month>
<Filter>String</Filter>
<Value>String</Value>
<Force>false</Force>
</GetAnalyticsReports>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<GetAnalyticsReportsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
<Result>
<Id>0</Id>
<Created>0001-01-01T00:00:00</Created>
<Version>0</Version>
<Apis xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>
<Name>String</Name>
<TotalRequests>0</TotalRequests>
<TotalRequestLength>0</TotalRequestLength>
<MinRequestLength>0</MinRequestLength>
<MaxRequestLength>0</MaxRequestLength>
<TotalDuration>0</TotalDuration>
<MinDuration>0</MinDuration>
<MaxDuration>0</MaxDuration>
<Status>
<d3p1:KeyValueOfintlong>
<d3p1:Key>0</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfintlong>
</Status>
<Durations>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Durations>
<Apis>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Apis>
<Users>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Users>
<Ips>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Ips>
<ApiKeys>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</ApiKeys>
</d3p1:Value>
</d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
</Apis>
<Users xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>
<Name>String</Name>
<TotalRequests>0</TotalRequests>
<TotalRequestLength>0</TotalRequestLength>
<MinRequestLength>0</MinRequestLength>
<MaxRequestLength>0</MaxRequestLength>
<TotalDuration>0</TotalDuration>
<MinDuration>0</MinDuration>
<MaxDuration>0</MaxDuration>
<Status>
<d3p1:KeyValueOfintlong>
<d3p1:Key>0</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfintlong>
</Status>
<Durations>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Durations>
<Apis>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Apis>
<Users>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Users>
<Ips>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Ips>
<ApiKeys>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</ApiKeys>
</d3p1:Value>
</d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
</Users>
<Tags xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>
<Name>String</Name>
<TotalRequests>0</TotalRequests>
<TotalRequestLength>0</TotalRequestLength>
<MinRequestLength>0</MinRequestLength>
<MaxRequestLength>0</MaxRequestLength>
<TotalDuration>0</TotalDuration>
<MinDuration>0</MinDuration>
<MaxDuration>0</MaxDuration>
<Status>
<d3p1:KeyValueOfintlong>
<d3p1:Key>0</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfintlong>
</Status>
<Durations>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Durations>
<Apis>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Apis>
<Users>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Users>
<Ips>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Ips>
<ApiKeys>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</ApiKeys>
</d3p1:Value>
</d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
</Tags>
<Status xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>
<Name>String</Name>
<TotalRequests>0</TotalRequests>
<TotalRequestLength>0</TotalRequestLength>
<MinRequestLength>0</MinRequestLength>
<MaxRequestLength>0</MaxRequestLength>
<TotalDuration>0</TotalDuration>
<MinDuration>0</MinDuration>
<MaxDuration>0</MaxDuration>
<Status>
<d3p1:KeyValueOfintlong>
<d3p1:Key>0</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfintlong>
</Status>
<Durations>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Durations>
<Apis>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Apis>
<Users>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Users>
<Ips>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Ips>
<ApiKeys>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</ApiKeys>
</d3p1:Value>
</d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
</Status>
<Days xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>
<Name>String</Name>
<TotalRequests>0</TotalRequests>
<TotalRequestLength>0</TotalRequestLength>
<MinRequestLength>0</MinRequestLength>
<MaxRequestLength>0</MaxRequestLength>
<TotalDuration>0</TotalDuration>
<MinDuration>0</MinDuration>
<MaxDuration>0</MaxDuration>
<Status>
<d3p1:KeyValueOfintlong>
<d3p1:Key>0</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfintlong>
</Status>
<Durations>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Durations>
<Apis>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Apis>
<Users>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Users>
<Ips>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Ips>
<ApiKeys>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</ApiKeys>
</d3p1:Value>
</d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
</Days>
<ApiKeys xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>
<Name>String</Name>
<TotalRequests>0</TotalRequests>
<TotalRequestLength>0</TotalRequestLength>
<MinRequestLength>0</MinRequestLength>
<MaxRequestLength>0</MaxRequestLength>
<TotalDuration>0</TotalDuration>
<MinDuration>0</MinDuration>
<MaxDuration>0</MaxDuration>
<Status>
<d3p1:KeyValueOfintlong>
<d3p1:Key>0</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfintlong>
</Status>
<Durations>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Durations>
<Apis>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Apis>
<Users>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Users>
<Ips>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Ips>
<ApiKeys>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</ApiKeys>
</d3p1:Value>
</d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
</ApiKeys>
<Ips xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>
<Name>String</Name>
<TotalRequests>0</TotalRequests>
<TotalRequestLength>0</TotalRequestLength>
<MinRequestLength>0</MinRequestLength>
<MaxRequestLength>0</MaxRequestLength>
<TotalDuration>0</TotalDuration>
<MinDuration>0</MinDuration>
<MaxDuration>0</MaxDuration>
<Status>
<d3p1:KeyValueOfintlong>
<d3p1:Key>0</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfintlong>
</Status>
<Durations>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Durations>
<Apis>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Apis>
<Users>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Users>
<Ips>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Ips>
<ApiKeys>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</ApiKeys>
</d3p1:Value>
</d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
</Ips>
<Browsers xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>
<Name>String</Name>
<TotalRequests>0</TotalRequests>
<TotalRequestLength>0</TotalRequestLength>
<MinRequestLength>0</MinRequestLength>
<MaxRequestLength>0</MaxRequestLength>
<TotalDuration>0</TotalDuration>
<MinDuration>0</MinDuration>
<MaxDuration>0</MaxDuration>
<Status>
<d3p1:KeyValueOfintlong>
<d3p1:Key>0</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfintlong>
</Status>
<Durations>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Durations>
<Apis>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Apis>
<Users>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Users>
<Ips>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Ips>
<ApiKeys>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</ApiKeys>
</d3p1:Value>
</d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
</Browsers>
<Devices xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>
<Name>String</Name>
<TotalRequests>0</TotalRequests>
<TotalRequestLength>0</TotalRequestLength>
<MinRequestLength>0</MinRequestLength>
<MaxRequestLength>0</MaxRequestLength>
<TotalDuration>0</TotalDuration>
<MinDuration>0</MinDuration>
<MaxDuration>0</MaxDuration>
<Status>
<d3p1:KeyValueOfintlong>
<d3p1:Key>0</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfintlong>
</Status>
<Durations>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Durations>
<Apis>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Apis>
<Users>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Users>
<Ips>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Ips>
<ApiKeys>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</ApiKeys>
</d3p1:Value>
</d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
</Devices>
<Bots xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>
<Name>String</Name>
<TotalRequests>0</TotalRequests>
<TotalRequestLength>0</TotalRequestLength>
<MinRequestLength>0</MinRequestLength>
<MaxRequestLength>0</MaxRequestLength>
<TotalDuration>0</TotalDuration>
<MinDuration>0</MinDuration>
<MaxDuration>0</MaxDuration>
<Status>
<d3p1:KeyValueOfintlong>
<d3p1:Key>0</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfintlong>
</Status>
<Durations>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Durations>
<Apis>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Apis>
<Users>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Users>
<Ips>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Ips>
<ApiKeys>
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</ApiKeys>
</d3p1:Value>
</d3p1:KeyValueOfstringRequestSummaryEdXdwojR>
</Bots>
<Durations xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringlong>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>0</d3p1:Value>
</d3p1:KeyValueOfstringlong>
</Durations>
</Result>
<ResponseStatus>
<ErrorCode>String</ErrorCode>
<Message>String</Message>
<StackTrace>String</StackTrace>
<Errors>
<ResponseError>
<ErrorCode>String</ErrorCode>
<FieldName>String</FieldName>
<Message>String</Message>
<Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>String</d5p1:Key>
<d5p1:Value>String</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</Meta>
</ResponseError>
</Errors>
<Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>String</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</Meta>
</ResponseStatus>
</GetAnalyticsReportsResponse>