The state the pipe is in. Type: String Valid Values:RUNNING | STOPPED | CREATING | UPDATING | DELETING | STARTING | STOPPING | CREATE_FAILED | UPDATE_FAILED | START_FAILED | STOP_FAILED | DELETE_FAILED | CREATE_ROLLBACK_FAILED | DELETE_ROLLBACK_FAILED | UPDATE_ROLLBACK_FAILED ...
The instance IDs for the deployment targets. Type: Array of strings Required: No LayerIds The layer IDs for the deployment targets. Type: Array of strings Required: No StackId The stack ID. Type: String Required: YesResponse Syntax { "DeploymentId": "string" }Response...
Array options will use all the values provided, in order. Extractor options specified using this command-line option are processed before extractor options given via --extractor-option. When passed to codeql database init or codeql database begin-tracing, the options will only be applied to the...
In this series of tutorials, we will discuss all aspects of how to create a Ruby gem (gem is just a fancy word for “library” or “plugin”). In this section we will make the initial preparations, create the project structure, define the gemspec, and proceed to writing the actual gem...
>Obj sep_cs = doc.CreateIndirectArray(); > > sep_cs.PushBackName("Separation"); >sep_cs.PushBackName("LogoGreen"); // The name of the colorant >sep_cs.PushBackName("DeviceCMYK"); // Alternate color space > > // Create tintfunction(using PostScript calculatorfunction). ...
Expansions have a maximum depth of four levels (for example, the deepest expansion allowed when listing charges isdata.invoice.subscription.default_source). You can expand multiple objects at the same time by identifying multiple items in theexpandarray....
Each entry in the array is a separate SetupIntent object. If no more SetupIntents are available, the resulting array will be empty. GET /v1/setup_intents Server-side language curl -G https://api.stripe.com/v1/setup_intents \ -u "sk_test_BQokikJ...2HlWgH4olfQ2sk_test_BQokikJO...
If you use any other ES6+ features that need runtime support (such as Array.from() or Symbol), make sure you are including the appropriate polyfills manually, or that the browsers you are targeting already support them.Syntax Highlighting in the Editor...
schemeScheme,NilClass,Classscheme to use if no&blockis given orClassof each item in the collection allow_empty:TrueClass,FalseClassif true, empty (no key/value present) is allowed expected_type:Class,forces the validated value to have this type, defaults toArray. UseObjectif eitherArrayorHash...
Use map instead of each to map elements into an array. May 5, 2024 lib Call super without argument because signature is identical. Sep 16, 2024 test chart: add x2_axis tests Jul 28, 2024 .document Initial commit to write_xlsx.