Show / Hide Table of Contents

Class UpdateChartSpecRequest

Updates a chart's specifications. (This does not move or resize a chart. To move or resize a chart, use UpdateEmbeddedObjectPositionRequest.)

Inheritance
object
UpdateChartSpecRequest
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.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class UpdateChartSpecRequest : IDirectResponseSchema

Properties

ChartId

The ID of the chart to update.

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

ETag

The ETag of the item.

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

Spec

The specification to apply to the chart.

Declaration
[JsonProperty("spec")]
public virtual ChartSpec Spec { get; set; }
Property Value
Type Description
ChartSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX