Show / Hide Table of Contents

Class PivotGroupValueMetadata

Metadata about a value in a pivot grouping.

Inheritance
object
PivotGroupValueMetadata
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 PivotGroupValueMetadata : IDirectResponseSchema

Properties

Collapsed

True if the data corresponding to the value is collapsed.

Declaration
[JsonProperty("collapsed")]
public virtual bool? Collapsed { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

Value

The calculated value the metadata corresponds to. (Note that formulaValue is not valid, because the values will be calculated.)

Declaration
[JsonProperty("value")]
public virtual ExtendedValue Value { get; set; }
Property Value
Type Description
ExtendedValue

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX