Show / Hide Table of Contents

Class DeleteEmbeddedObjectRequest

Deletes the embedded object with the given ID.

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

Properties

ETag

The ETag of the item.

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

ObjectId

The ID of the embedded object to delete.

Declaration
public virtual Nullable<int> ObjectId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

IDirectResponseSchema
Back to top