Show / Hide Table of Contents

Class Webproperties

A web property collection lists Analytics web properties to which the user has access. Each resource in the collection corresponds to a single Analytics web property.

Inheritance
object
Webproperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Webproperties : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Items

A list of web properties.

Declaration
[JsonProperty("items")]
public virtual IList<Webproperty> Items { get; set; }
Property Value
Type Description
IList<Webproperty>

ItemsPerPage

The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.

Declaration
[JsonProperty("itemsPerPage")]
public virtual int? ItemsPerPage { get; set; }
Property Value
Type Description
int?

Kind

Collection type.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

NextLink

Link to next page for this web property collection.

Declaration
[JsonProperty("nextLink")]
public virtual string NextLink { get; set; }
Property Value
Type Description
string

PreviousLink

Link to previous page for this web property collection.

Declaration
[JsonProperty("previousLink")]
public virtual string PreviousLink { get; set; }
Property Value
Type Description
string

StartIndex

The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.

Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
Type Description
int?

TotalResults

The total number of results for the query, regardless of the number of results in the response.

Declaration
[JsonProperty("totalResults")]
public virtual int? TotalResults { get; set; }
Property Value
Type Description
int?

Username

Email ID of the authenticated user

Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX