Class GoogleCloudFunctionDestinationBuilder

java.lang.Object
com.commercetools.api.models.extension.GoogleCloudFunctionDestinationBuilder
All Implemented Interfaces:
Builder<GoogleCloudFunctionDestination>

public class GoogleCloudFunctionDestinationBuilder extends Object implements Builder<GoogleCloudFunctionDestination>
GoogleCloudFunctionDestinationBuilder
Example to create an instance using the builder pattern

     GoogleCloudFunctionDestination googleCloudFunctionDestination = GoogleCloudFunctionDestination.builder()
             .url("{url}")
             .build()