populateSoapActionHeader property

  1. @BuiltValueField.new(wireName: r'populateSoapActionHeader')
bool? get populateSoapActionHeader

Indicates if the SOAP action header needs to be populated. Default value: false. Only applies if communicationFormat: soap.

Implementation

@BuiltValueField(wireName: r'populateSoapActionHeader')
bool? get populateSoapActionHeader;