Member Junction
Preparing search index...
@memberjunction/graphql-dataprovider
CreateVersionLabelResult
Interface CreateVersionLabelResult
Result returned from the CreateVersionLabel mutation.
interface
CreateVersionLabelResult
{
CaptureErrors
?:
{
EntityName
:
string
;
ErrorMessage
:
string
;
RecordID
:
string
;
}
[]
;
Error
?:
string
;
ItemsCaptured
?:
number
;
LabelID
?:
string
;
LabelName
?:
string
;
Success
:
boolean
;
SyntheticSnapshotsCreated
?:
number
;
}
Index
Properties
Capture
Errors?
Error?
Items
Captured?
Label
ID?
Label
Name?
Success
Synthetic
Snapshots
Created?
Properties
Optional
Capture
Errors
CaptureErrors
?:
{
EntityName
:
string
;
ErrorMessage
:
string
;
RecordID
:
string
}
[]
Optional
Error
Error
?:
string
Optional
Items
Captured
ItemsCaptured
?:
number
Optional
Label
ID
LabelID
?:
string
Optional
Label
Name
LabelName
?:
string
Success
Success
:
boolean
Optional
Synthetic
Snapshots
Created
SyntheticSnapshotsCreated
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Capture
Errors
Error
Items
Captured
Label
ID
Label
Name
Success
Synthetic
Snapshots
Created
Member Junction
Loading...
Result returned from the CreateVersionLabel mutation.