Class BulkUpsertEntityTagsDescription

  • All Implemented Interfaces:
    com.netflix.spinnaker.clouddriver.orchestration.OperationDescription, com.netflix.spinnaker.clouddriver.security.resources.NonCredentialed

    public class BulkUpsertEntityTagsDescription
    extends java.lang.Object
    implements com.netflix.spinnaker.clouddriver.security.resources.NonCredentialed
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<com.netflix.spinnaker.clouddriver.model.EntityTags> entityTags  
      boolean isPartial  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isPartial

        public boolean isPartial
      • entityTags

        public java.util.List<com.netflix.spinnaker.clouddriver.model.EntityTags> entityTags
    • Constructor Detail

      • BulkUpsertEntityTagsDescription

        public BulkUpsertEntityTagsDescription()