Show / Hide Table of Contents

Class AddBandingResponse

The result of adding a banded range.

Inheritance
System.Object
AddBandingResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class AddBandingResponse : object, IDirectResponseSchema

Properties

BandedRange

The banded range that was added.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
Back to top