Interface LastModifiedBy

All Superinterfaces:
ClientLogging
All Known Implementing Classes:
LastModifiedByImpl

public interface LastModifiedBy extends ClientLogging

Present on resources modified after 1 February 2019 except for events not tracked.


Example to create an instance using the builder pattern

     LastModifiedBy lastModifiedBy = LastModifiedBy.builder()
             .build()