ScenarioInterface
        ScenarioInterface.php
                :
        19
                 
    
            Interface
                Methods¶
                 create()
            ¶
create()
            ¶
    
        
        ScenarioInterface.php
                :
        28
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $scenarioCreateStruct | ScenarioCreateStruct | - | - | 
Return values
Tags
                 customPropertiesData()
            ¶
customPropertiesData()
            ¶
    
        
        ScenarioInterface.php
                :
        46
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $id | int | - | - | 
Return values
RetrieveCustomPropertiesDataResponse
                 details()
            ¶
details()
            ¶
    
        
        ScenarioInterface.php
                :
        44
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $id | int | - | - | 
Return values
Tags
                 fillInCustomPropertiesData()
            ¶
fillInCustomPropertiesData()
            ¶
    
        
        ScenarioInterface.php
                :
        51
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $id | int | - | - | 
| $customPropertiesData | array<string, string> | - | - | 
Return values
RetrieveCustomPropertiesDataResponse
                 list()
            ¶
list()
            ¶
    
        
        ScenarioInterface.php
                :
        36
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $scenarioFilter | ScenarioFilter | - | - | 
| $pagination | Pagination|null | null | - |