Sha256: 61418230018f5ea56028d406b9843b3cdde044ae82cdeff9a0fe88ab3311a0dc
Contents?: true
Size: 1.35 KB
Versions: 3
Compression:
Stored size: 1.35 KB
Contents
# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. module Google module Cloud module Talent module V4beta1 # The report event request. # @!attribute [rw] parent # @return [String] # Required. Resource name of the tenant under which the event is created. # # The format is "projects/{project_id}/tenants/{tenant_id}", for example, # "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant # is created, for example, "projects/foo". # @!attribute [rw] client_event # @return [Google::Cloud::Talent::V4beta1::ClientEvent] # Required. Events issued when end user interacts with customer's application that # uses Cloud Talent Solution. class CreateClientEventRequest; end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems