Initializes a new instance of the
Request class.
Namespace:
Autoaddress.Autoaddress2_0.Model.GetGbBuildingData
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic Request(
string addressId,
string txn = null
)
Public Sub New (
addressId As String,
Optional txn As String = Nothing
)
public:
Request(
String^ addressId,
String^ txn = nullptr
)
new :
addressId : string *
?txn : string
(* Defaults:
let _txn = defaultArg txn null
*)
-> Request
Parameters
- addressId
- Type: SystemString
The address ID to get the data for. - txn (Optional)
- Type: SystemString
Transaction. If null then automatically assigned a value in associated response.
See Also