Interface protos.google.cloud.talent.v4beta1.CompensationInfo.ICompensationEntry (3.4.1)

Properties of a CompensationEntry.

Package

@google-cloud/talent!

Properties

amount

amount?: (google.type.IMoney|null);

CompensationEntry amount

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

description

description?: (string|null);

CompensationEntry description

Property Value
TypeDescription
(string|null)

expectedUnitsPerYear

expectedUnitsPerYear?: (google.protobuf.IDoubleValue|null);

CompensationEntry expectedUnitsPerYear

Property Value
TypeDescription
(google.protobuf.IDoubleValue|null)

range

range?: (google.cloud.talent.v4beta1.CompensationInfo.ICompensationRange|null);

CompensationEntry range

Property Value
TypeDescription
(google.cloud.talent.v4beta1.CompensationInfo.ICompensationRange|null)

type

type?: (google.cloud.talent.v4beta1.CompensationInfo.CompensationType|keyof typeof google.cloud.talent.v4beta1.CompensationInfo.CompensationType|null);

CompensationEntry type

Property Value
TypeDescription
(google.cloud.talent.v4beta1.CompensationInfo.CompensationType|keyof typeof google.cloud.talent.v4beta1.CompensationInfo.CompensationType|null)

unit

unit?: (google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit|keyof typeof google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit|null);

CompensationEntry unit

Property Value
TypeDescription
(google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit|keyof typeof google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit|null)