Document representing a source code group
Property | Type | Constraints | Description |
---|---|---|---|
active
|
Boolean | The active flag, a computed value based on start and end time | |
active_redirect
|
SourceCodeRedirectInfo | The active redirect information | |
cookie_duration
|
Integer | maxIntegerValue=999, minIntegerValue=0 | The cookie duration in days |
creation_date
|
DateTime | The creation date, read only | |
description
|
String | The description | |
enabled
|
Boolean | The enabled flag for storefront to consider the source code group, default to false. | |
end_time
|
DateTime | The end time | |
id
|
String | maxLength=28, minLength=1 | The id of source code group |
inactive_redirect
|
SourceCodeRedirectInfo | The inactive redirect information | |
link
|
String | URL that is used to get this instance, read only | |
specifications
|
[SourceCodeSpecification] | Source Code specifications | |
start_time
|
DateTime | The start time |