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

Properties of a CompensationEntry.

Package

@google-cloud/talent

Properties

amount

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

CompensationEntry amount

description

description?: (string|null);

CompensationEntry description

expectedUnitsPerYear

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

CompensationEntry expectedUnitsPerYear

range

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

CompensationEntry range

type

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

CompensationEntry type

unit

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

CompensationEntry unit