Class GoogleCloudFunctionDestinationBuilder

java.lang.Object
com.commercetools.api.models.extension.GoogleCloudFunctionDestinationBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<GoogleCloudFunctionDestination>

public class GoogleCloudFunctionDestinationBuilder extends Object implements io.vrap.rmf.base.client.Builder<GoogleCloudFunctionDestination>
GoogleCloudFunctionDestinationBuilder
Example to create an instance using the builder pattern

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