AssociateCustomerGatewayResponse constructor

AssociateCustomerGatewayResponse({
  1. CustomerGatewayAssociation? customerGatewayAssociation,
})

Implementation

AssociateCustomerGatewayResponse({
  this.customerGatewayAssociation,
});