API Reference
Class
GoogleWorkspaceSyncItem
One caller-owned operation classified before any mutation is attempted.
Inheritance
- Object
- GoogleWorkspaceSyncItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GoogleWorkspaceSyncItemResult.Item
- Property GoogleWorkspaceSyncPlan.Items
Accepted by parameters
Constructors
public GoogleWorkspaceSyncItem(String id, GoogleWorkspaceSyncItemKind kind, String path, String message, String targetResource, String expectedRevision, String sourceId = null, String googleFileId = null) #Parameters
- id String
- kind GoogleWorkspaceSyncItemKind
- path String
- message String
- targetResource String
- expectedRevision String
- sourceId String = null
- googleFileId String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; } #public GoogleWorkspaceSyncItemKind Kind { get; } #public String Path { get; } #public String Message { get; } #public String SourceId { get; } #public String GoogleFileId { get; } #public String TargetResource { get; } #public String ExpectedRevision { get; } #public Boolean RequiresApproval { get; } #