class Google::Apis::CloudbuildV1beta1::HttpDelivery

HTTPDelivery is the delivery configuration for an HTTP notification.

Attributes

uri[RW]

The URI to which JSON-containing HTTP POST requests should be sent. Corresponds to the JSON property `uri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudbuild_v1beta1/classes.rb, line 1027
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudbuild_v1beta1/classes.rb, line 1032
def update!(**args)
  @uri = args[:uri] if args.key?(:uri)
end