Show / Hide Table of Contents

Class ListBusinessCallsInsightsResponse

Response message for ListBusinessCallsInsights.

Inheritance
object
ListBusinessCallsInsightsResponse
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.MyBusinessBusinessCalls.v1.Data
Assembly: Google.Apis.MyBusinessBusinessCalls.v1.dll
Syntax
public class ListBusinessCallsInsightsResponse : IDirectResponseSchema

Properties

BusinessCallsInsights

A collection of business calls insights for the location.

Declaration
[JsonProperty("businessCallsInsights")]
public virtual IList<BusinessCallsInsights> BusinessCallsInsights { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><BusinessCallsInsights>

ETag

The ETag of the item.

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

NextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. Some of the metric_types (e.g, AGGREGATE_COUNT) returns a single page. For these metrics, the next_page_token will be empty.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX