Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 326 Bytes

ProtobufFieldMask.md

File metadata and controls

18 lines (12 loc) · 326 Bytes

SajariAPIClient::ProtobufFieldMask

Properties

Name Type Description Notes
paths Array<String> The set of field mask paths. [optional]

Example

require 'sdk_ruby'

instance = SajariAPIClient::ProtobufFieldMask.new(
  paths: null
)