github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelRemove.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // RemoveContentFooterAction undocumented
     6  type RemoveContentFooterAction struct {
     7  	// InformationProtectionAction is the base model of RemoveContentFooterAction
     8  	InformationProtectionAction
     9  	// UIElementNames undocumented
    10  	UIElementNames []string `json:"uiElementNames,omitempty"`
    11  }
    12  
    13  // RemoveContentHeaderAction undocumented
    14  type RemoveContentHeaderAction struct {
    15  	// InformationProtectionAction is the base model of RemoveContentHeaderAction
    16  	InformationProtectionAction
    17  	// UIElementNames undocumented
    18  	UIElementNames []string `json:"uiElementNames,omitempty"`
    19  }
    20  
    21  // RemoveProtectionAction undocumented
    22  type RemoveProtectionAction struct {
    23  	// InformationProtectionAction is the base model of RemoveProtectionAction
    24  	InformationProtectionAction
    25  }
    26  
    27  // RemoveWatermarkAction undocumented
    28  type RemoveWatermarkAction struct {
    29  	// InformationProtectionAction is the base model of RemoveWatermarkAction
    30  	InformationProtectionAction
    31  	// UIElementNames undocumented
    32  	UIElementNames []string `json:"uiElementNames,omitempty"`
    33  }