DisassociateCustomerGatewayResponse constructor

DisassociateCustomerGatewayResponse({
  1. CustomerGatewayAssociation? customerGatewayAssociation,
})

Implementation

DisassociateCustomerGatewayResponse({
  this.customerGatewayAssociation,
});