Show / Hide Table of Contents

Class SettingsChange

Information about settings changes.

Inheritance
System.Object
SettingsChange
Implements
IDirectResponseSchema
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class SettingsChange : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

RestrictionChanges

The set of changes made to restrictions.

Declaration
public virtual IList<RestrictionChange> RestrictionChanges { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<RestrictionChange>

Implements

IDirectResponseSchema
Back to top