Interface protos.google.cloud.talent.v4beta1.ILocationFilter (3.2.7)

Properties of a LocationFilter.

Package

@google-cloud/talent!

Properties

address

address?: (string|null);

LocationFilter address

Property Value
TypeDescription
(string|null)

distanceInMiles

distanceInMiles?: (number|null);

LocationFilter distanceInMiles

Property Value
TypeDescription
(number|null)

latLng

latLng?: (google.type.ILatLng|null);

LocationFilter latLng

Property Value
TypeDescription
(google.type.ILatLng|null)

negated

negated?: (boolean|null);

LocationFilter negated

Property Value
TypeDescription
(boolean|null)

regionCode

regionCode?: (string|null);

LocationFilter regionCode

Property Value
TypeDescription
(string|null)

telecommutePreference

telecommutePreference?: (google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference|keyof typeof google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference|null);

LocationFilter telecommutePreference

Property Value
TypeDescription
(google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference|keyof typeof google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference|null)